public interface AggregationFunction
Modifier and Type | Interface and Description |
---|---|
static class |
AggregationFunction.ValueType |
Modifier and Type | Field and Description |
---|---|
static long |
UNDEFINED_VALUE |
Modifier and Type | Method and Description |
---|---|
CategoryGroup |
getCategoryGroup()
Get the category group of this AggregationFunction.
|
java.lang.String |
getFunctionName()
Get the function name for the aggregation function,
e.g.
|
java.lang.String |
getId()
Get the id of the AggregationFunction.
|
int |
getIdx()
Get the idx of the AggregationFunction.
|
AggregationFunction.ValueType |
getValueType()
Get the value type of this AggregationFunction.
|
java.lang.String |
getVirtualExpr()
Get the virtual expression for the aggregation function.
|
static final long UNDEFINED_VALUE
java.lang.String getFunctionName()
java.lang.String getVirtualExpr()
java.lang.String getId()
CategoryGroup getCategoryGroup()
AggregationFunction.ValueType getValueType()
int getIdx()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.