Class SparkMapOperator<InputType,OutputType>

java.lang.Object
org.apache.wayang.core.plan.wayangplan.OperatorBase
org.apache.wayang.core.plan.wayangplan.UnaryToUnaryOperator<InputType,OutputType>
org.apache.wayang.basic.operators.MapOperator<InputType,OutputType>
org.apache.wayang.spark.operators.SparkMapOperator<InputType,OutputType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkMapOperator<InputType,OutputType> extends MapOperator<InputType,OutputType> implements SparkExecutionOperator
Spark implementation of the MapOperator.
See Also: