public interface AggregationFunction extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
aggregate(List<Double> elements)
Aggregates the elements to a single double.
|
String |
toString() |
Copyright © 2018. All rights reserved.