public class Max extends java.lang.Object implements IRealsAggregateFunction
| Constructor and Description |
|---|
Max() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
aggregate(java.util.List<java.lang.Double> values)
Aggregates the collection of values to a single value.
|
public java.lang.Double aggregate(java.util.List<java.lang.Double> values)
IAggregateFunctionaggregate in interface IAggregateFunction<java.lang.Double>values - The collection of values to be aggregated.