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