Uses of Class
org.apache.wayang.basic.operators.ReduceByOperator
Packages that use ReduceByOperator
Package
Description
-
Uses of ReduceByOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionReduceByOperator(ReduceByOperator<Type, Key> that) Copies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.flink.operators
Subclasses of ReduceByOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclassFlinkReduceByOperator<InputType,KeyType> Flink implementation of theReduceByOperator.Constructors in org.apache.wayang.flink.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.java.operators
Subclasses of ReduceByOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclassJavaReduceByOperator<Type,KeyType> Java implementation of theReduceByOperator.Constructors in org.apache.wayang.java.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of ReduceByOperator in org.apache.wayang.spark.operators
Subclasses of ReduceByOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclassSparkReduceByOperator<Type,KeyType> Spark implementation of theReduceByOperator.Constructors in org.apache.wayang.spark.operators with parameters of type ReduceByOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).