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 TypeClassDescriptionclassclassTop-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 NaryExecutableOpPushBasedExecPlanTaskForNaryOperator.opConstructors 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 ExecPlanTaskPullBasedQueryPlanCompilerImpl.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected ExecPlanTaskPushBasedQueryPlanCompilerImpl.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTaskTaskBasedQueryPlanCompilerBase.createTaskForNaryExecOp(NaryExecutableOp op, ExecPlanTask[] childTasks, ExecutionContext execCxt, int preferredOutputBlockSize)