Class CountFunction
- java.lang.Object
-
- org.dashbuilder.dataset.engine.function.AbstractFunction
-
- org.dashbuilder.dataset.engine.function.CountFunction
-
- All Implemented Interfaces:
org.dashbuilder.dataset.group.AggregateFunction
public class CountFunction extends AbstractFunction
It calculates the number of occurrences inside a given collection.
-
-
Field Summary
-
Fields inherited from class org.dashbuilder.dataset.engine.function.AbstractFunction
precission
-
-
Constructor Summary
Constructors Constructor Description CountFunction()
-
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
-
-