Interface QueryProcessor
-
Method Summary
Modifier and TypeMethodDescriptionprocessQuery(Query query, QueryResultSink resultSink) voidshutdown()Shuts down all thread pools associated with this query processor.
-
Method Details
-
processQuery
Pair<QueryProcStats,List<Exception>> processQuery(Query query, QueryResultSink resultSink) throws QueryProcException - Throws:
QueryProcException
-
getPlanner
QueryPlanner getPlanner() -
getPlanCompiler
QueryPlanCompiler getPlanCompiler() -
getExecutionEngine
ExecutionEngine getExecutionEngine() -
shutdown
void shutdown()Shuts down all thread pools associated with this query processor.
-