Uses of Class
org.teiid.query.processor.QueryProcessor
-
Packages that use QueryProcessor Package Description org.teiid.dqp.internal.process org.teiid.query.processor org.teiid.query.tempdata -
-
Uses of QueryProcessor in org.teiid.dqp.internal.process
Fields in org.teiid.dqp.internal.process declared as QueryProcessor Modifier and Type Field Description protected QueryProcessor
Request. processor
Methods in org.teiid.dqp.internal.process that return QueryProcessor Modifier and Type Method Description QueryProcessor
QueryProcessorFactoryImpl. createQueryProcessor(String query, String recursionGroup, CommandContext commandContext, Object... params)
QueryProcessor
RequestWorkItem. getProcessor()
-
Uses of QueryProcessor in org.teiid.query.processor
Methods in org.teiid.query.processor that return QueryProcessor Modifier and Type Method Description QueryProcessor
QueryProcessor.ProcessorFactory. createQueryProcessor(String query, String recursionGroup, CommandContext commandContext, Object... params)
-
Uses of QueryProcessor in org.teiid.query.tempdata
Constructors in org.teiid.query.tempdata with parameters of type QueryProcessor Constructor Description RecursiveTableProcessor(QueryProcessor queryProcessor, List<ElementSymbol> columns, ProcessorPlan processorPlan, boolean all)
TableProcessor(QueryProcessor queryProcessor, List<ElementSymbol> columns)
-