Class JavaCartesianOperator<InputType0,InputType1>

java.lang.Object
org.apache.wayang.core.plan.wayangplan.OperatorBase
org.apache.wayang.core.plan.wayangplan.BinaryToUnaryOperator<InputType0,InputType1,Tuple2<InputType0,InputType1>>
org.apache.wayang.basic.operators.CartesianOperator<InputType0,InputType1>
org.apache.wayang.java.operators.JavaCartesianOperator<InputType0,InputType1>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JavaExecutionOperator

public class JavaCartesianOperator<InputType0,InputType1> extends CartesianOperator<InputType0,InputType1> implements JavaExecutionOperator
Java implementation of the CartesianOperator.
See Also: