Class ReduceOperator<Type>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, Operator

public class ReduceOperator<Type> extends UnaryToUnaryOperator<Type,Type>
This operator is context dependent: after a GroupByOperator, it is meant to be a ReduceByOperator; otherwise, it is a GlobalReduceOperator.
See Also: