Class SparkCoGroupOperator<In0,In1,Key>

java.lang.Object
org.apache.wayang.core.plan.wayangplan.OperatorBase
org.apache.wayang.core.plan.wayangplan.BinaryToUnaryOperator<InputType0,InputType1,Tuple2<Iterable<InputType0>,Iterable<InputType1>>>
org.apache.wayang.basic.operators.CoGroupOperator<In0,In1,Key>
org.apache.wayang.spark.operators.SparkCoGroupOperator<In0,In1,Key>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkCoGroupOperator<In0,In1,Key> extends CoGroupOperator<In0,In1,Key> implements SparkExecutionOperator
Spark implementation of the JoinOperator.
See Also: