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

Packages that use AggregateSymbol
org.teiid.query.optimizer.relational.rules   
org.teiid.query.parser   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of AggregateSymbol in org.teiid.query.optimizer.relational.rules
 

Methods in org.teiid.query.optimizer.relational.rules with parameters of type AggregateSymbol
static boolean CapabilitiesUtil.supportsAggregateFunction(java.lang.Object modelID, AggregateSymbol aggregate, QueryMetadataInterface metadata, CapabilitiesFinder capFinder)
           
 void CriteriaCapabilityValidatorVisitor.visit(AggregateSymbol obj)
           
 

Method parameters in org.teiid.query.optimizer.relational.rules with type arguments of type AggregateSymbol
 void RulePushAggregates.addView(PlanNode root, PlanNode unionSource, boolean pushdown, java.util.List<SingleElementSymbol> groupingExpressions, java.util.Set<AggregateSymbol> aggregates, java.util.List<ElementSymbol> virtualElements, QueryMetadataInterface metadata, CapabilitiesFinder capFinder)
           
 

Uses of AggregateSymbol in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return AggregateSymbol
 AggregateSymbol SQLParser.aggregateSymbol(ParseInfo info)
           
 AggregateSymbol SQLParser.textAgg(ParseInfo info)
           
 AggregateSymbol SQLParser.xmlAgg(ParseInfo info)
           
 

Uses of AggregateSymbol in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type AggregateSymbol
 void LanguageVisitor.visit(AggregateSymbol obj)
           
 

Uses of AggregateSymbol in org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type AggregateSymbol
 void PreOrPostOrderNavigator.visit(AggregateSymbol obj)
           
 

Uses of AggregateSymbol in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor that return types with arguments of type AggregateSymbol
static java.util.Collection<AggregateSymbol> AggregateSymbolCollectorVisitor.getAggregates(LanguageObject obj, boolean removeDuplicates)
           
 

Methods in org.teiid.query.sql.visitor with parameters of type AggregateSymbol
 void AggregateSymbolCollectorVisitor.visit(AggregateSymbol obj)
           
 void AggregateSymbolCollectorVisitor.AggregateStopNavigator.visit(AggregateSymbol obj)
           
 void SQLStringVisitor.visit(AggregateSymbol obj)
           
 void EvaluatableVisitor.visit(AggregateSymbol obj)
           
 void ExpressionMappingVisitor.visit(AggregateSymbol obj)
           
 

Constructor parameters in org.teiid.query.sql.visitor with type arguments of type AggregateSymbol
AggregateSymbolCollectorVisitor(java.util.Collection<AggregateSymbol> aggregates, java.util.Collection<SingleElementSymbol> elements)
           
 

Uses of AggregateSymbol in org.teiid.query.validator
 

Methods in org.teiid.query.validator with parameters of type AggregateSymbol
 void AggregateValidationVisitor.visit(AggregateSymbol obj)
           
 void ValidationVisitor.visit(AggregateSymbol obj)
           
 



Copyright © 2010. All Rights Reserved.