Class TaskBasedQueryPlanCompilerBase.Worker
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.compiler.TaskBasedQueryPlanCompilerBase.Worker
- Direct Known Subclasses:
PushBasedQueryPlanCompilerImpl.Worker
- Enclosing class:
- TaskBasedQueryPlanCompilerBase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecPlanTask
_createTasks
(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt) void
createTasks
(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt)
-
Constructor Details
-
Worker
protected Worker()
-
-
Method Details
-
createTasks
public void createTasks(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt) -
_createTasks
protected ExecPlanTask _createTasks(PhysicalPlan qep, LinkedList<ExecPlanTask> tasks, int preferredOutputBlockSize, ExecutionContext execCxt)
-