All Implemented Interfaces:
Serializable, Aggregator<ComparisonAggregator.State>, Operation

public class Min extends ComparisonAggregator<Comparable<Object>>
This aggregator computes the minimum of aggregated tuples in a stream. It assumes that the tuple has one value and it is an instance of Comparable.
See Also: