Class PushBasedQueryPlanCompilerImpl
java.lang.Object
se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
se.liu.ida.hefquin.engine.queryproc.impl.compiler.TaskBasedQueryPlanCompilerBase
se.liu.ida.hefquin.engine.queryproc.impl.compiler.PushBasedQueryPlanCompilerImpl
- All Implemented Interfaces:
QueryPlanCompiler
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
ctxt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PushBasedExecPlanTask
createTaskForBinaryExecOp
(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTask
createTaskForNaryExecOp
(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTask
createTaskForNullaryExecOp
(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTask
createTaskForUnaryExecOp
(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) protected LinkedList<ExecPlanTask>
createTasks
(PhysicalPlan qep, ExecutionContext execCxt) protected PushBasedQueryPlanCompilerImpl.Worker
Methods inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.TaskBasedQueryPlanCompilerBase
compile
Methods inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
createExecContext
-
Constructor Details
-
PushBasedQueryPlanCompilerImpl
-
-
Method Details
-
createTaskForNullaryExecOp
protected PushBasedExecPlanTask createTaskForNullaryExecOp(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) - Specified by:
createTaskForNullaryExecOp
in classTaskBasedQueryPlanCompilerBase
-
createTaskForUnaryExecOp
protected PushBasedExecPlanTask createTaskForUnaryExecOp(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) - Specified by:
createTaskForUnaryExecOp
in classTaskBasedQueryPlanCompilerBase
-
createTaskForBinaryExecOp
protected PushBasedExecPlanTask createTaskForBinaryExecOp(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) - Specified by:
createTaskForBinaryExecOp
in classTaskBasedQueryPlanCompilerBase
-
createTaskForNaryExecOp
protected ExecPlanTask createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) - Specified by:
createTaskForNaryExecOp
in classTaskBasedQueryPlanCompilerBase
-
createTasks
- Overrides:
createTasks
in classTaskBasedQueryPlanCompilerBase
-
createWorker
- Overrides:
createWorker
in classTaskBasedQueryPlanCompilerBase
-