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
PushBasedPlanThreadImplForNaryOperator.op
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type NaryExecutableOpModifierConstructorDescriptionPushBasedPlanThreadImplForNaryOperator
(NaryExecutableOp op, PushBasedPlanThread[] inputs, ExecutionContext execCxt) -
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 PushBasedPlanThread
QueryPlanCompilerForPushBasedExecution.createThread
(NaryExecutableOp op, PushBasedPlanThread[] inputs, ExecutionContext execCxt)