Package org.dashbuilder.dataset.group
Interface AggregateFunction
-
public interface AggregateFunctionInterface used to get the aggregate value of a given collection.Aggregate functions are used to calculate the aggregate values of the intervals belonging to a given data set domain property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectaggregate(List values)Objectaggregate(List values, List<Integer> rows)AggregateFunctionTypegetType()
-