Uses of Class
org.teiid.query.sql.util.SymbolMap
-
-
Uses of SymbolMap in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational that return SymbolMap Modifier and Type Method Description static SymbolMap
RelationalPlanner. buildGroupingNode(Collection<AggregateSymbol> aggs, 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 Modifier and Type Method Description List<SymbolMap>
PlanNode. getAllReferences()
List<SymbolMap>
PlanNode. getCorrelatedReferences()
List<SymbolMap>
PlanNode. getExportedCorrelatedReferences()
-
Uses of SymbolMap in org.teiid.query.optimizer.relational.rules
Constructors in org.teiid.query.optimizer.relational.rules with parameters of type SymbolMap Constructor Description ReferenceReplacementVisitor(SymbolMap refs)
-
Uses of SymbolMap in org.teiid.query.processor.relational
Methods in org.teiid.query.processor.relational with parameters of type SymbolMap Modifier and Type Method Description 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 Modifier and Type Method Description SymbolMap
Command. getCorrelatedReferences()
Get the correlated references to the containing scope onlySymbolMap
TableFunctionReference. getCorrelatedReferences()
Methods in org.teiid.query.sql.lang with parameters of type SymbolMap Modifier and Type Method Description 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 Modifier and Type Method Description SymbolMap
SymbolMap. clone()
static SymbolMap
SymbolMap. createSymbolMap(List<ElementSymbol> virtualElements, List<? extends Expression> mappedCols)
static SymbolMap
SymbolMap. createSymbolMap(GroupSymbol virtualGroup, List<? extends Expression> projectCols, QueryMetadataInterface metadata)
-