Class PullBasedQueryPlanCompilerImpl
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.PullBasedQueryPlanCompilerImpl
- All Implemented Interfaces:
QueryPlanCompiler
-
Nested Class Summary
Nested classes/interfaces inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.TaskBasedQueryPlanCompilerBase
TaskBasedQueryPlanCompilerBase.Worker
-
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
ctxt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecPlanTask
createTaskForBinaryExecOp
(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTask
createTaskForNaryExecOp
(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTask
createTaskForNullaryExecOp
(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTask
createTaskForUnaryExecOp
(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) Methods inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.TaskBasedQueryPlanCompilerBase
compile, createTasks, createWorker
Methods inherited from class se.liu.ida.hefquin.engine.queryproc.impl.compiler.QueryPlanCompilerBase
createExecContext
-
Constructor Details
-
PullBasedQueryPlanCompilerImpl
-
-
Method Details
-
createTaskForNullaryExecOp
protected ExecPlanTask createTaskForNullaryExecOp(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) - Specified by:
createTaskForNullaryExecOp
in classTaskBasedQueryPlanCompilerBase
-
createTaskForUnaryExecOp
protected ExecPlanTask createTaskForUnaryExecOp(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize) - Specified by:
createTaskForUnaryExecOp
in classTaskBasedQueryPlanCompilerBase
-
createTaskForBinaryExecOp
protected ExecPlanTask 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
-