Class FlinkCartesianOperator<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.flink.operators.FlinkCartesianOperator<InputType0,InputType1>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, FlinkExecutionOperator

public class FlinkCartesianOperator<InputType0,InputType1> extends CartesianOperator<InputType0,InputType1> implements FlinkExecutionOperator
Flink implementation of the CartesianOperator.
See Also: