Class QueryProcessorImpl
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.QueryProcessorImpl
- All Implemented Interfaces:
QueryProcessor
Simple implementation of
QueryProcessor
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final QueryProcContext
protected final ExecutionEngine
protected final QueryPlanCompiler
protected final QueryPlanner
-
Constructor Summary
ConstructorsConstructorDescriptionQueryProcessorImpl
(QueryPlanner planner, QueryPlanCompiler planCompiler, ExecutionEngine execEngine, QueryProcContext ctxt) -
Method Summary
-
Field Details
-
planner
-
planCompiler
-
execEngine
-
ctxt
-
-
Constructor Details
-
QueryProcessorImpl
public QueryProcessorImpl(QueryPlanner planner, QueryPlanCompiler planCompiler, ExecutionEngine execEngine, QueryProcContext ctxt)
-
-
Method Details
-
getPlanner
- Specified by:
getPlanner
in interfaceQueryProcessor
-
getPlanCompiler
- Specified by:
getPlanCompiler
in interfaceQueryProcessor
-
getExecutionEngine
- Specified by:
getExecutionEngine
in interfaceQueryProcessor
-
processQuery
public Pair<QueryProcStats,List<Exception>> processQuery(Query query, QueryResultSink resultSink) throws QueryProcException - Specified by:
processQuery
in interfaceQueryProcessor
- Throws:
QueryProcException
-