| Package | Description |
|---|---|
| org.dashbuilder.dataset | |
| org.dashbuilder.dataset.group | |
| org.dashbuilder.dataset.impl |
| Modifier and Type | Method and Description |
|---|---|
T |
DataSetLookupBuilder.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.
|
T |
DataSetLookupBuilder.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.
|
T |
DataSetLookupBuilder.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.
|
| Modifier and Type | Field and Description |
|---|---|
protected AggregateFunctionType |
GroupFunction.function |
| Modifier and Type | Method and Description |
|---|---|
static AggregateFunctionType |
AggregateFunctionType.getByIndex(int index) |
static AggregateFunctionType |
AggregateFunctionType.getByName(String str) |
AggregateFunctionType |
GroupFunction.getFunction() |
AggregateFunctionType |
AggregateFunction.getType() |
static AggregateFunctionType |
AggregateFunctionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateFunction |
AggregateFunctionManager.getFunctionByType(AggregateFunctionType type)
Get an aggregate function by its type.
|
void |
GroupFunction.setFunction(AggregateFunctionType function) |
| Constructor and Description |
|---|
GroupFunction(String sourceId,
String columnId,
AggregateFunctionType function) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractDataSetLookupBuilder.buildColumnId(String sourceId,
AggregateFunctionType function)
Builds a column identifier when applying an aggregate function to the column, but no id is specified.
|
T |
AbstractDataSetLookupBuilder.column(AggregateFunctionType function,
String newColumnId) |
T |
AbstractDataSetLookupBuilder.column(String columnId,
AggregateFunctionType function) |
T |
AbstractDataSetLookupBuilder.column(String columnId,
AggregateFunctionType function,
String newColumnId) |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.