public class AverageFunction extends SumFunction
precission| Constructor and Description |
|---|
AverageFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
aggregate(List values) |
Object |
aggregate(List values,
List<Integer> rows) |
AggregateFunctionType |
getType() |
roundpublic AggregateFunctionType getType()
getType in interface AggregateFunctiongetType in class SumFunctionpublic Object aggregate(List values)
aggregate in interface AggregateFunctionaggregate in class SumFunctionpublic Object aggregate(List values, List<Integer> rows)
aggregate in interface AggregateFunctionaggregate in class SumFunctionCopyright © 2017–2019 JBoss by Red Hat. All rights reserved.