Class IteratorBasedQueryPlanCompilerImpl
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
se.liu.ida.hefquin.engine.queryproc.impl.compiler.IteratorBasedQueryPlanCompilerImpl
- All Implemented Interfaces:
QueryPlanCompiler
-
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
ctxt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile
(PhysicalPlan qep) protected ResultElementIterator
compile
(PhysicalPlan qep, ExecutionContext execCxt) protected ResultBlockIterator
createBlockIterator
(ResultElementIterator elmtIter, int preferredBlockSize) Methods inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
createExecContext
-
Constructor Details
-
IteratorBasedQueryPlanCompilerImpl
-
-
Method Details
-
compile
- Throws:
QueryCompilationException
-
compile
-
createBlockIterator
protected ResultBlockIterator createBlockIterator(ResultElementIterator elmtIter, int preferredBlockSize)
-