Uses of Class
org.teiid.query.sql.util.SymbolMap

Packages that use SymbolMap
org.teiid.query.optimizer.relational   
org.teiid.query.optimizer.relational.plantree   
org.teiid.query.processor.relational   
org.teiid.query.sql.lang   
org.teiid.query.sql.util   
 

Uses of SymbolMap in org.teiid.query.optimizer.relational
 

Methods in org.teiid.query.optimizer.relational that return SymbolMap
static SymbolMap RelationalPlanner.buildGroupingNode(java.util.Collection<AggregateSymbol> aggs, java.util.List<? extends Expression> groupingCols, PlanNode groupNode, CommandContext cc, IDGenerator idGenerator)
          Build a grouping node that introduces a anon group (without a inline view source node)
 

Uses of SymbolMap in org.teiid.query.optimizer.relational.plantree
 

Methods in org.teiid.query.optimizer.relational.plantree that return types with arguments of type SymbolMap
 java.util.List<SymbolMap> PlanNode.getAllReferences()
           
 java.util.List<SymbolMap> PlanNode.getCorrelatedReferences()
           
 java.util.List<SymbolMap> PlanNode.getExportedCorrelatedReferences()
           
 

Uses of SymbolMap in org.teiid.query.processor.relational
 

Methods in org.teiid.query.processor.relational with parameters of type SymbolMap
 void NestedTableJoinStrategy.setLeftMap(SymbolMap leftMap)
           
 void GroupingNode.setOutputMapping(SymbolMap outputMapping)
           
 void NestedTableJoinStrategy.setRightMap(SymbolMap rightMap)
           
 

Uses of SymbolMap in org.teiid.query.sql.lang
 

Methods in org.teiid.query.sql.lang that return SymbolMap
 SymbolMap Command.getCorrelatedReferences()
          Get the correlated references to the containing scope only
 SymbolMap TableFunctionReference.getCorrelatedReferences()
           
 

Methods in org.teiid.query.sql.lang with parameters of type SymbolMap
 void Command.setCorrelatedReferences(SymbolMap correlatedReferences)
           
 void TableFunctionReference.setCorrelatedReferences(SymbolMap correlatedReferences)
           
 

Uses of SymbolMap in org.teiid.query.sql.util
 

Methods in org.teiid.query.sql.util that return SymbolMap
 SymbolMap SymbolMap.clone()
           
static SymbolMap SymbolMap.createSymbolMap(GroupSymbol virtualGroup, java.util.List<? extends SingleElementSymbol> projectCols, QueryMetadataInterface metadata)
           
static SymbolMap SymbolMap.createSymbolMap(java.util.List<ElementSymbol> virtualElements, java.util.List<? extends Expression> mappedCols)
           
 



Copyright © 2011. All Rights Reserved.