Uses of Class
org.dashbuilder.dataset.engine.function.AbstractFunction
-
Packages that use AbstractFunction Package Description org.dashbuilder.dataset.engine.function -
-
Uses of AbstractFunction in org.dashbuilder.dataset.engine.function
Subclasses of AbstractFunction in org.dashbuilder.dataset.engine.function Modifier and Type Class Description classAverageFunctionIt calculates the average value of a set of numbers.classCountFunctionIt calculates the number of occurrences inside a given collection.classDistinctFunctionIt calculates the number of distinct occurrences inside a given collection.classMaxFunctionIt calculates the max. number of a set of values.classMinFunctionIt calculates the min. number of a set of values.classSumFunctionIt calculates the sum value of a set of numbers.
-