Uses of Interface
org.dashbuilder.dataset.group.AggregateFunction
-
Packages that use AggregateFunction Package Description org.dashbuilder.dataset.group -
-
Uses of AggregateFunction in org.dashbuilder.dataset.group
Methods in org.dashbuilder.dataset.group that return AggregateFunction Modifier and Type Method Description AggregateFunctionAggregateFunctionManager. getFunctionByType(AggregateFunctionType type)Get an aggregate function by its type.Methods in org.dashbuilder.dataset.group that return types with arguments of type AggregateFunction Modifier and Type Method Description Collection<AggregateFunction>AggregateFunctionManager. getAllFunctions()Get all the aggregate functions registered.Methods in org.dashbuilder.dataset.group with parameters of type AggregateFunction Modifier and Type Method Description voidAggregateFunctionManager. registerFunction(AggregateFunction function)Register an aggregate function.
-