Class SparkFlatMapOperator<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.FlatMapOperator<InputType,OutputType>
org.apache.wayang.spark.operators.SparkFlatMapOperator<InputType,OutputType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

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