Class JavaMapPartitionsOperator<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.java.operators.JavaMapPartitionsOperator<InputType,OutputType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JavaExecutionOperator

public class JavaMapPartitionsOperator<InputType,OutputType> extends MapPartitionsOperator<InputType,OutputType> implements JavaExecutionOperator
Java implementation of the MapPartitionsOperator.
See Also: