Class ReduceByOperator<Type,Key>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkReduceByOperator, JavaReduceByOperator, SparkReduceByOperator

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