public interface AggregationFunction
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
aggregate(java.util.List<java.lang.Double> elements)
Aggregates the elements to a single double.
|
java.lang.String |
toString() |