Class QueryPlanCompilerForIteratorBasedExecution
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerForIteratorBasedExecution
- All Implemented Interfaces:
QueryPlanCompiler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ResultElementIterator_compile(PhysicalPlan qep, QueryProcContextExt ctx) compile(PhysicalPlan qep, QueryProcContextExt ctx)
-
Constructor Details
-
QueryPlanCompilerForIteratorBasedExecution
public QueryPlanCompilerForIteratorBasedExecution()
-
-
Method Details
-
compile
public ExecutablePlan compile(PhysicalPlan qep, QueryProcContextExt ctx) throws QueryCompilationException - Specified by:
compilein interfaceQueryPlanCompiler- Throws:
QueryCompilationException
-
_compile
-