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