Interface QueryProcessor
-
Method Summary
-
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()
-