Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.BinaryExecutableOp
Packages that use BinaryExecutableOp
Package
Description
-
Uses of BinaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return BinaryExecutableOpModifier and TypeMethodDescriptionResultElementIterWithBinaryExecOp.getOp()
ResultElementIterWithBinaryExecOp.MyOpRunnerThread.getOp()
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased with parameters of type BinaryExecutableOpModifierConstructorDescriptionMyOpRunnerThread
(BinaryExecutableOp op, ResultBlockIterator inputIter1, ResultBlockIterator inputIter2) ResultElementIterWithBinaryExecOp
(BinaryExecutableOp op, ResultBlockIterator inputIter1, ResultBlockIterator inputIter2, ExecutionContext execCxt) -
Uses of BinaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that implement BinaryExecutableOpModifier and TypeClassDescriptionclass
Top-level base class for all implementations ofBinaryExecutableOp
.class
class
class
A right outer join version of the hash join algorithm implemented inExecOpHashJoin
.class
Attention, this is a purely local implementation of the nested loops join algorithm---nothing fancy, no requests to federation members or anything.class
Implementation of the symmetric hash join algorithm. -
Uses of BinaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased declared as BinaryExecutableOpModifier and TypeFieldDescriptionprotected final BinaryExecutableOp
PullBasedExecPlanTaskForBinaryOperator.op
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased with parameters of type BinaryExecutableOpModifierConstructorDescriptionPullBasedExecPlanTaskForBinaryOperator
(BinaryExecutableOp op, ExecPlanTask input1, ExecPlanTask input2, ExecutionContext execCxt, int minimumBlockSize) -
Uses of BinaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased declared as BinaryExecutableOpModifier and TypeFieldDescriptionprotected final BinaryExecutableOp
PushBasedExecPlanTaskForBinaryOperator.op
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type BinaryExecutableOpModifierConstructorDescriptionPushBasedExecPlanTaskForBinaryOperator
(BinaryExecutableOp op, ExecPlanTask input1, ExecPlanTask input2, ExecutionContext execCxt, int minimumBlockSize) -
Uses of BinaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return BinaryExecutableOpModifier and TypeMethodDescriptionBinaryPhysicalOp.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) -
Uses of BinaryExecutableOp in se.liu.ida.hefquin.engine.queryplan.physical.impl
Methods in se.liu.ida.hefquin.engine.queryplan.physical.impl that return BinaryExecutableOpModifier and TypeMethodDescriptionPhysicalOpBinaryUnion.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) PhysicalOpHashJoin.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) PhysicalOpHashRJoin.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) PhysicalOpNaiveNestedLoopsJoin.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) PhysicalOpSymmetricHashJoin.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) -
Uses of BinaryExecutableOp in se.liu.ida.hefquin.engine.queryproc.impl.compiler
Methods in se.liu.ida.hefquin.engine.queryproc.impl.compiler with parameters of type BinaryExecutableOpModifier and TypeMethodDescriptionprotected ExecPlanTask
PullBasedQueryPlanCompilerImpl.createTaskForBinaryExecOp
(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected PushBasedExecPlanTask
PushBasedQueryPlanCompilerImpl.createTaskForBinaryExecOp
(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize) protected abstract ExecPlanTask
TaskBasedQueryPlanCompilerBase.createTaskForBinaryExecOp
(BinaryExecutableOp op, ExecPlanTask childTask1, ExecPlanTask childTask2, ExecutionContext execCxt, int preferredOutputBlockSize)