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