Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased.PushBasedExecPlanTask
Packages that use PushBasedExecPlanTask
Package
Description
-
Uses of PushBasedExecPlanTask in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that implement PushBasedExecPlanTaskModifier and TypeClassDescriptionclass
class
Push-based implementation ofExecPlanTask
.class
class
class
class
-
Uses of PushBasedExecPlanTask in se.liu.ida.hefquin.engine.queryproc.impl.compiler
Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler that return PushBasedExecPlanTaskModifier and TypeMethodDescriptionprotected PushBasedExecPlanTask
PushBasedQueryPlanCompilerImpl.createTaskForBinaryExecOp
(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTask
PushBasedQueryPlanCompilerImpl.createTaskForNullaryExecOp
(NullaryExecutableOp op, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTask
PushBasedQueryPlanCompilerImpl.createTaskForUnaryExecOp
(UnaryExecutableOp op, ExecPlanTask childTask, ExecutionContext execCxt, int preferredOutputBlockSize)