Class GlobalReduceOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkGlobalReduceOperator, JavaGlobalReduceOperator, SparkGlobalReduceOperator

public class GlobalReduceOperator<Type> extends UnaryToUnaryOperator<Type,Type>
This operator groups the elements of a data set and aggregates the groups.
See Also: