Uses of Class
org.apache.wayang.basic.operators.CoGroupOperator
Packages that use CoGroupOperator
Package
Description
-
Uses of CoGroupOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type CoGroupOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of CoGroupOperator in org.apache.wayang.flink.operators
Subclasses of CoGroupOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclass
FlinkCoGroupOperator<InputType0,
InputType1, TypeKey> Flink implementation of theCoGroupOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type CoGroupOperatorModifierConstructorDescription -
Uses of CoGroupOperator in org.apache.wayang.java.operators
Subclasses of CoGroupOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclass
JavaCoGroupOperator<InputType0,
InputType1, KeyType> Java implementation of theCoGroupOperator
.Constructors in org.apache.wayang.java.operators with parameters of type CoGroupOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of CoGroupOperator in org.apache.wayang.spark.operators
Subclasses of CoGroupOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclass
SparkCoGroupOperator<In0,
In1, Key> Spark implementation of theJoinOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type CoGroupOperator