Package | Description |
---|---|
org.teiid.dqp.internal.process | |
org.teiid.query.processor | |
org.teiid.query.util | |
org.teiid.runtime |
Modifier and Type | Method and Description |
---|---|
PreparedPlan |
QueryProcessorFactoryImpl.getPreparedPlan(String query,
String recursionGroup,
CommandContext commandContext,
QueryMetadataInterface metadata) |
Modifier and Type | Method and Description |
---|---|
SessionAwareCache<PreparedPlan> |
DQPCore.getPrepPlanCache() |
Modifier and Type | Method and Description |
---|---|
void |
DQPCore.setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache) |
Constructor and Description |
---|
MetaDataProcessor(DQPCore requestManager,
SessionAwareCache<PreparedPlan> planCache,
String vdbName,
Object vdbVersion) |
PreparedStatementRequest(SessionAwareCache<PreparedPlan> prepPlanCache) |
Modifier and Type | Method and Description |
---|---|
PreparedPlan |
QueryProcessor.ProcessorFactory.getPreparedPlan(String query,
String recursionGroup,
CommandContext commandContext,
QueryMetadataInterface metadata) |
Modifier and Type | Method and Description |
---|---|
void |
QueryProcessor.setContinuous(PreparedPlan prepPlan,
String query) |
Modifier and Type | Method and Description |
---|---|
PreparedPlan |
CommandContext.getPlan(String key) |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.putPlan(String key,
PreparedPlan plan,
FunctionMethod.Determinism determinismLevel) |
Modifier and Type | Method and Description |
---|---|
void |
CommandContext.setPreparedPlanCache(SessionAwareCache<PreparedPlan> cache) |
Modifier and Type | Method and Description |
---|---|
protected SessionAwareCache<PreparedPlan> |
EmbeddedServer.getPpcCache() |
Copyright © 2019. All rights reserved.