Package | Description |
---|---|
org.teiid.query.function.aggregate | |
org.teiid.query.sql.symbol |
Constructor and Description |
---|
RankingFunction(AggregateSymbol.Type function) |
RankingFunctionBig(AggregateSymbol.Type function) |
StatsFunction(AggregateSymbol.Type function) |
Modifier and Type | Method and Description |
---|---|
AggregateSymbol.Type |
AggregateSymbol.getAggregateFunction()
Get the aggregate function type - this will map to one of the reserved words
for the aggregate functions.
|
static AggregateSymbol.Type |
AggregateSymbol.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregateSymbol.Type[] |
AggregateSymbol.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregateSymbol.setAggregateFunction(AggregateSymbol.Type aggregateFunction)
Set the aggregate function.
|
Constructor and Description |
---|
AggregateSymbol(String name,
AggregateSymbol.Type aggregateFunction,
boolean isDistinct,
Expression[] args)
Constructor used for cloning
|
Copyright © 2019. All rights reserved.