Uses of Class
org.dashbuilder.dataset.group.AggregateFunctionType
-
Packages that use AggregateFunctionType Package Description org.dashbuilder.dataset org.dashbuilder.dataset.group org.dashbuilder.dataset.impl -
-
Uses of AggregateFunctionType in org.dashbuilder.dataset
Methods in org.dashbuilder.dataset with parameters of type AggregateFunctionType Modifier and Type Method Description TDataSetLookupBuilder. column(String columnId, AggregateFunctionType function)Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.TDataSetLookupBuilder. column(String columnId, AggregateFunctionType function, String newColumnId)Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column.TDataSetLookupBuilder. column(AggregateFunctionType function, String newColumnId)Generates a new column on the resulting data set by which values will be the result of applying the specified aggregation function on the source data set column. -
Uses of AggregateFunctionType in org.dashbuilder.dataset.group
Fields in org.dashbuilder.dataset.group declared as AggregateFunctionType Modifier and Type Field Description protected AggregateFunctionTypeGroupFunction. functionMethods in org.dashbuilder.dataset.group that return AggregateFunctionType Modifier and Type Method Description static AggregateFunctionTypeAggregateFunctionType. getByIndex(int index)static AggregateFunctionTypeAggregateFunctionType. getByName(String str)AggregateFunctionTypeGroupFunction. getFunction()AggregateFunctionTypeAggregateFunction. getType()static AggregateFunctionTypeAggregateFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregateFunctionType[]AggregateFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.dataset.group with parameters of type AggregateFunctionType Modifier and Type Method Description AggregateFunctionAggregateFunctionManager. getFunctionByType(AggregateFunctionType type)Get an aggregate function by its type.voidGroupFunction. setFunction(AggregateFunctionType function)Constructors in org.dashbuilder.dataset.group with parameters of type AggregateFunctionType Constructor Description GroupFunction(String sourceId, String columnId, AggregateFunctionType function) -
Uses of AggregateFunctionType in org.dashbuilder.dataset.impl
Methods in org.dashbuilder.dataset.impl with parameters of type AggregateFunctionType Modifier and Type Method Description protected StringAbstractDataSetLookupBuilder. buildColumnId(String sourceId, AggregateFunctionType function)Builds a column identifier when applying an aggregate function to the column, but no id is specified.TAbstractDataSetLookupBuilder. column(String columnId, AggregateFunctionType function)TAbstractDataSetLookupBuilder. column(String columnId, AggregateFunctionType function, String newColumnId)TAbstractDataSetLookupBuilder. column(AggregateFunctionType function, String newColumnId)
-