public interface AggregateFunction
Aggregate functions are used to calculate the aggregate values of the intervals belonging to a given data set domain property.
| Modifier and Type | Method and Description |
|---|---|
Object |
aggregate(List values) |
Object |
aggregate(List values,
List<Integer> rows) |
AggregateFunctionType |
getType() |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.