Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.NaryExecutableOp
Packages that use NaryExecutableOp
Package
Description
-
Uses of NaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that implement NaryExecutableOpModifier and TypeClassDescriptionclass
class
Top-level base class for all implementations ofNaryExecutableOp
. -
Uses of NaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased declared as NaryExecutableOpModifier and TypeFieldDescriptionprotected final NaryExecutableOp
PushBasedExecPlanTaskForNaryOperator.op
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type NaryExecutableOpModifierConstructorDescriptionPushBasedExecPlanTaskForNaryOperator
(NaryExecutableOp op, ExecPlanTask[] inputs, ExecutionContext execCxt, int minimumBlockSize) -
Uses of NaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return NaryExecutableOpModifier and TypeMethodDescriptionNaryPhysicalOp.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) -
Uses of NaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return NaryExecutableOpModifier and TypeMethodDescriptionPhysicalOpMultiwayUnion.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) -
Uses of NaryExecutableOp in se.liu.ida.hefquin.engine.queryproc.impl.compiler
Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler with parameters of type NaryExecutableOpModifier and TypeMethodDescriptionprotected ExecPlanTask
PullBasedQueryPlanCompilerImpl.createTaskForNaryExecOp
(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTask
PushBasedQueryPlanCompilerImpl.createTaskForNaryExecOp
(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTask
TaskBasedQueryPlanCompilerBase.createTaskForNaryExecOp
(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize)