Class FlinkMapPartitionsOperator<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.MapPartitionsOperator<InputType,OutputType>
org.apache.wayang.flink.operators.FlinkMapPartitionsOperator<InputType,OutputType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, FlinkExecutionOperator

public class FlinkMapPartitionsOperator<InputType,OutputType> extends MapPartitionsOperator<InputType,OutputType> implements FlinkExecutionOperator
Flink implementation of the MapPartitionsOperator.
See Also: