Class PushBasedQueryPlanCompilerImpl.Worker
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.compiler.TaskBasedQueryPlanCompilerBase.Worker
se.liu.ida.hefquin.engine.queryproc.impl.compiler.PushBasedQueryPlanCompilerImpl.Worker
- Enclosing class:
- PushBasedQueryPlanCompilerImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createTasks
(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt) Methods inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.TaskBasedQueryPlanCompilerBase.Worker
_createTasks
-
Field Details
-
convertedSubPlans
-
-
Constructor Details
-
Worker
protected Worker()
-
-
Method Details
-
createTasks
public void createTasks(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt) - Overrides:
createTasks
in classTaskBasedQueryPlanCompilerBase.Worker
-