Class FlinkCoGroupOperator<InputType0,InputType1,TypeKey>

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<InputType0,InputType1,TypeKey>
org.apache.wayang.flink.operators.FlinkCoGroupOperator<InputType0,InputType1,TypeKey>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, FlinkExecutionOperator

public class FlinkCoGroupOperator<InputType0,InputType1,TypeKey> extends CoGroupOperator<InputType0,InputType1,TypeKey> implements FlinkExecutionOperator
Flink implementation of the CoGroupOperator.
See Also: