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 SymbolMapRelationalPlanner. 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 voidGroupingNode. setOutputMapping(SymbolMap outputMapping)voidNestedTableJoinStrategy. 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 SymbolMapCommand. getCorrelatedReferences()Get the correlated references to the containing scope onlySymbolMapTableFunctionReference. getCorrelatedReferences()Methods in org.teiid.query.sql.lang with parameters of type SymbolMap Modifier and Type Method Description voidCommand. setCorrelatedReferences(SymbolMap correlatedReferences)voidTableFunctionReference. 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 SymbolMapSymbolMap. clone()static SymbolMapSymbolMap. createSymbolMap(List<ElementSymbol> virtualElements, List<? extends Expression> mappedCols)static SymbolMapSymbolMap. createSymbolMap(GroupSymbol virtualGroup, List<? extends Expression> projectCols, QueryMetadataInterface metadata)
-