Class SumFunction
- java.lang.Object
-
- org.dashbuilder.dataset.engine.function.AbstractFunction
-
- org.dashbuilder.dataset.engine.function.SumFunction
-
- All Implemented Interfaces:
org.dashbuilder.dataset.group.AggregateFunction
- Direct Known Subclasses:
AverageFunction
public class SumFunction extends AbstractFunction
It calculates the sum value of a set of numbers.
-
-
Field Summary
-
Fields inherited from class org.dashbuilder.dataset.engine.function.AbstractFunction
precission
-
-
Constructor Summary
Constructors Constructor Description SumFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectaggregate(List values)Objectaggregate(List values, List<Integer> rows)org.dashbuilder.dataset.group.AggregateFunctionTypegetType()-
Methods inherited from class org.dashbuilder.dataset.engine.function.AbstractFunction
round
-
-