Class SparkCartesianOperator<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.spark.operators.SparkCartesianOperator<InputType0,InputType1>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkCartesianOperator<InputType0,InputType1> extends CartesianOperator<InputType0,InputType1> implements SparkExecutionOperator
Spark implementation of the CartesianOperator.
See Also: