Class JavaCoGroupOperator<InputType0,InputType1,KeyType>

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,KeyType>
org.apache.wayang.java.operators.JavaCoGroupOperator<InputType0,InputType1,KeyType>
All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, JavaExecutionOperator

public class JavaCoGroupOperator<InputType0,InputType1,KeyType> extends CoGroupOperator<InputType0,InputType1,KeyType> implements JavaExecutionOperator
Java implementation of the CoGroupOperator.
See Also: