Uses of Class
org.teiid.query.sql.lang.SetQuery
-
-
Uses of SetQuery in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type SetQuery Modifier and Type Method Description static void
MetaDataProcessor. updateMetadataAcrossBranches(SetQuery originalCommand, List<Column> columns, QueryMetadataInterface metadata)
-
Uses of SetQuery in org.teiid.query.optimizer.relational
Methods in org.teiid.query.optimizer.relational with parameters of type SetQuery Modifier and Type Method Description static Map<ElementSymbol,List<Set<Constant>>>
PartitionAnalyzer. extractPartionInfo(SetQuery setQuery, List<ElementSymbol> projectedSymbols)
void
AliasGenerator. visit(SetQuery obj)
visit the branches other than the first with individual naming contexts Aliases are being added in all cases, even though they may only be needed in the order by case. -
Uses of SetQuery in org.teiid.query.resolver.command
Methods in org.teiid.query.resolver.command with parameters of type SetQuery Modifier and Type Method Description void
SetQueryResolver. resolveSetQuery(TempMetadataAdapter metadata, boolean resolveNullLiterals, SetQuery setQuery, QueryCommand firstCommand, QueryCommand rightCommand)
-
Uses of SetQuery in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type SetQuery Modifier and Type Method Description void
LanguageVisitor. visit(SetQuery obj)
-
Uses of SetQuery in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type SetQuery Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(SetQuery obj)
-
Uses of SetQuery in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type SetQuery Modifier and Type Method Description protected void
SQLStringVisitor. appendSetQuery(SetQuery parent, QueryCommand obj, boolean right)
void
SQLStringVisitor. visit(SetQuery obj)
-
Uses of SetQuery in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type SetQuery Modifier and Type Method Description protected void
ValidationVisitor. validateSetQuery(SetQuery query)
void
ValidationVisitor. visit(SetQuery obj)
-