Uses of Class
org.apache.wayang.basic.operators.MaterializedGroupByOperator
-
Packages that use MaterializedGroupByOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of MaterializedGroupByOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type MaterializedGroupByOperator Constructor Description MaterializedGroupByOperator(MaterializedGroupByOperator<Type,Key> that)
Copies an instance (exclusive of broadcasts). -
Uses of MaterializedGroupByOperator in org.apache.wayang.flink.operators
Subclasses of MaterializedGroupByOperator in org.apache.wayang.flink.operators Modifier and Type Class Description class
FlinkMaterializedGroupByOperator<Type,KeyType>
Flink implementation of theMaterializedGroupByOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type MaterializedGroupByOperator Constructor Description FlinkMaterializedGroupByOperator(MaterializedGroupByOperator<Type,KeyType> that)
Copies an instance (exclusive of broadcasts). -
Uses of MaterializedGroupByOperator in org.apache.wayang.java.operators
Subclasses of MaterializedGroupByOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaMaterializedGroupByOperator<Type,KeyType>
Java implementation of theMaterializedGroupByOperator
.Constructors in org.apache.wayang.java.operators with parameters of type MaterializedGroupByOperator Constructor Description JavaMaterializedGroupByOperator(MaterializedGroupByOperator<Type,KeyType> that)
Copies an instance (exclusive of broadcasts). -
Uses of MaterializedGroupByOperator in org.apache.wayang.spark.operators
Subclasses of MaterializedGroupByOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkMaterializedGroupByOperator<Type,KeyType>
Spark implementation of theMaterializedGroupByOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type MaterializedGroupByOperator Constructor Description SparkMaterializedGroupByOperator(MaterializedGroupByOperator<Type,KeyType> that)
Copies an instance (exclusive of broadcasts).
-