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