Package | Description |
---|---|
org.teiid.dqp.internal.process | |
org.teiid.query.processor | |
org.teiid.query.tempdata |
Modifier and Type | Field and Description |
---|---|
protected QueryProcessor |
Request.processor |
Modifier and Type | Method and Description |
---|---|
QueryProcessor |
QueryProcessorFactoryImpl.createQueryProcessor(String query,
String recursionGroup,
CommandContext commandContext,
Object... params) |
QueryProcessor |
RequestWorkItem.getProcessor() |
Modifier and Type | Method and Description |
---|---|
QueryProcessor |
QueryProcessor.ProcessorFactory.createQueryProcessor(String query,
String recursionGroup,
CommandContext commandContext,
Object... params) |
Constructor and Description |
---|
RecursiveTableProcessor(QueryProcessor queryProcessor,
List<ElementSymbol> columns,
ProcessorPlan processorPlan,
boolean all) |
TableProcessor(QueryProcessor queryProcessor,
List<ElementSymbol> columns) |
Copyright © 2019. All rights reserved.