case class Map(func: String, tag: Option[String] = scala.None, type: PipelineExprType) extends Transform with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Map
- Serializable
- Serializable
- Product
- Equals
- Transform
- PipelineExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Map(func: String, tag: Option[String] = scala.None, type: PipelineExprType)
Value Members
- val func: String
- val tag: Option[String]
-
val
type: PipelineExprType
- Definition Classes
- Map → PipelineExpr
-
def
~(other: Option[PipelineExpr]): PipelineConstructor
- Definition Classes
- PipelineExpr
-
def
~(other: PipelineExpr): PipelineConstructor
- Definition Classes
- PipelineExpr