Uses of Class
org.teiid.query.sql.symbol.AggregateSymbol.Type

Packages that use AggregateSymbol.Type
org.teiid.query.function.aggregate   
org.teiid.query.sql.symbol   
 

Uses of AggregateSymbol.Type in org.teiid.query.function.aggregate
 

Constructors in org.teiid.query.function.aggregate with parameters of type AggregateSymbol.Type
StatsFunction(AggregateSymbol.Type function)
           
 

Uses of AggregateSymbol.Type in org.teiid.query.sql.symbol
 

Methods in org.teiid.query.sql.symbol that return AggregateSymbol.Type
 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(java.lang.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.
 

Methods in org.teiid.query.sql.symbol with parameters of type AggregateSymbol.Type
 void AggregateSymbol.setAggregateFunction(AggregateSymbol.Type aggregateFunction)
          Set the aggregate function.
 

Constructors in org.teiid.query.sql.symbol with parameters of type AggregateSymbol.Type
AggregateSymbol(java.lang.String name, java.lang.String canonicalName, AggregateSymbol.Type aggregateFunction, boolean isDistinct, Expression expression)
          Constructor used for cloning
 



Copyright © 2010. All Rights Reserved.