Class GroupByOperator<Input,Key>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator
Direct Known Subclasses:
FlinkGroupByOperator

public class GroupByOperator<Input,Key> extends UnaryToUnaryOperator<Input,Iterable<Input>>
This is the auxiliary GroupBy operator, i.e., it behaves differently depending on its context. If it is followed by a ReduceOperator (and akin), it turns that one into a ReduceByOperator. Otherwise, it corresponds to a MaterializedGroupByOperator.
See Also: