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

Packages that use SymbolMap
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.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 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 © 2010. All Rights Reserved.