Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.IntermediateResultBlock
Packages that use IntermediateResultBlock
Package
Description
-
Uses of IntermediateResultBlock in se.liu.ida.hefquin.engine.queryplan.executable
Methods in se.liu.ida.hefquin.engine.queryplan.executable that return IntermediateResultBlockModifier and TypeMethodDescriptionIntermediateResultBlockBuilder.finishCurrentBlock()
Finishes the creation of the currently-created block and returns this block.Methods in se.liu.ida.hefquin.engine.queryplan.executable with parameters of type IntermediateResultBlockModifier and TypeMethodDescriptionvoid
UnaryExecutableOp.process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Processes the given input and sends the produced result elements (if any) to the given sink.void
BinaryExecutableOp.processBlockFromChild1
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Processes the given input coming from the first operand and sends the produced result elements (if any) to the given sink.void
BinaryExecutableOp.processBlockFromChild2
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Processes the given input coming from the second operand and sends the produced result elements (if any) to the given sink.void
NaryExecutableOp.processBlockFromXthChild
(int x, IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Processes the given input coming from the x-th operand and sends the produced result elements (if any) to the given sink. -
Uses of IntermediateResultBlock in se.liu.ida.hefquin.engine.queryplan.executable.impl
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl that implement IntermediateResultBlockFields in se.liu.ida.hefquin.engine.queryplan.executable.impl with type parameters of type IntermediateResultBlockModifier and TypeFieldDescriptionprotected final Queue<IntermediateResultBlock>
ExecPlanTaskBase.availableResultBlocks
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl that return IntermediateResultBlockModifier and TypeMethodDescriptionGenericIntermediateResultBlockBuilderImpl.finishCurrentBlock()
MaterializingIntermediateResultElementSink.getMaterializedResultBlock()
Returns anIntermediateResultBlock
that contains all solution mappings that have been sent to this sink since the last timeMaterializingIntermediateResultElementSink.getMaterializedResultBlock()
was called or, if this function has not been called so far, since this sink was created.ExecPlanTask.getNextIntermediateResultBlock()
Returns either the next intermediate result block produced by this task ornull
if all these blocks have been returned already to earlier calls of this function. -
Uses of IntermediateResultBlock in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased declared as IntermediateResultBlockModifier and TypeFieldDescriptionprotected IntermediateResultBlock
ResultBlockIterOverResultElementIter.currentBlock
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return IntermediateResultBlock -
Uses of IntermediateResultBlock in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as IntermediateResultBlockModifier and TypeFieldDescriptionprotected final IntermediateResultBlock
ExecOpParallelMultiwayLeftJoin.Worker.input
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that return IntermediateResultBlockModifier and TypeMethodDescriptionprotected IntermediateResultBlock
ExecOpParallelMultiwayLeftJoin.determineInputForParallelProcess
(IntermediateResultBlock input) Preprocess the givenIntermediateResultBlock
to identify the input solution mappings that do not need to be considered during the parallel phase of the algorithm (because they have bindings for the join variables such that there already was an earlier input solution mapping with the same bindings).Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type IntermediateResultBlockModifier and TypeMethodDescriptionprotected void
BaseForExecOpBindJoinWithRequestOps._process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
BaseForExecOpIndexNestedLoopsJoinWithRequestOps._process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
BaseForExecOpIndexNestedLoopsJoinWithRequests._process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpParallelMultiwayLeftJoin._process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected abstract void
UnaryExecutableOpBase._process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Implementations of this function need to process the given input block and send the produced result elements (if any) to the given sink.protected void
UnaryExecutableOpBaseWithIterator._process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected abstract void
BinaryExecutableOpBase._processBlockFromChild1
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Implementations of this function need to process the given input block coming from the first operand and send the produced result elements (if any) to the given sink.protected void
ExecOpBinaryUnion._processBlockFromChild1
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpHashJoin._processBlockFromChild1
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpNaiveNestedLoopsJoin._processBlockFromChild1
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpSymmetricHashJoin._processBlockFromChild1
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected abstract void
BinaryExecutableOpBase._processBlockFromChild2
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Implementations of this function need to process the given input block coming from the second operand and send the produced result elements (if any) to the given sink.protected void
ExecOpBinaryUnion._processBlockFromChild2
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpHashJoin._processBlockFromChild2
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpNaiveNestedLoopsJoin._processBlockFromChild2
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpSymmetricHashJoin._processBlockFromChild2
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpMultiwayUnion._processBlockFromXthChild
(int x, IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected abstract void
NaryExecutableOpBase._processBlockFromXthChild
(int x, IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Implementations of this function need to process the given input block coming from the x-th operand and send the produced result elements (if any) to the given sink.protected IntermediateResultBlock
ExecOpParallelMultiwayLeftJoin.determineInputForParallelProcess
(IntermediateResultBlock input) Preprocess the givenIntermediateResultBlock
to identify the input solution mappings that do not need to be considered during the parallel phase of the algorithm (because they have bindings for the join variables such that there already was an earlier input solution mapping with the same bindings).protected CompletableFuture<?>[]
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.initiateProcessing
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) protected void
ExecOpParallelMultiwayLeftJoin.parallelPhase
(IntermediateResultBlock inputForParallelProcess, ExecutionContext execCxt) final void
UnaryExecutableOpBase.process
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) final void
BinaryExecutableOpBase.processBlockFromChild1
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) final void
BinaryExecutableOpBase.processBlockFromChild2
(IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) final void
NaryExecutableOpBase.processBlockFromXthChild
(int x, IntermediateResultBlock input, IntermediateResultElementSink sink, ExecutionContext execCxt) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type IntermediateResultBlockModifierConstructorDescriptionWorker
(LogicalOpRequest<?, ?> req, SolutionMappingsIndex index, IntermediateResultBlock input, ExpectedVariables inputVarsFromNonOptionalPart, ExecutionContext execCxt) -
Uses of IntermediateResultBlock in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased that implement IntermediateResultBlockFields in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased declared as IntermediateResultBlockModifier and TypeFieldDescriptionprotected final IntermediateResultBlock
LastIntermediateResultBlock.wrappedBlock
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased that return IntermediateResultBlockModifier and TypeMethodDescriptionfinal IntermediateResultBlock
PullBasedExecPlanTaskBase.getNextIntermediateResultBlock()
LastIntermediateResultBlock.getWrappedBlock()
protected abstract IntermediateResultBlock
PullBasedExecPlanTaskBase.produceNextIntermediateResultBlock()
Produces and returns a newIntermediateResultBlock
.protected IntermediateResultBlock
PullBasedExecPlanTaskForBinaryOperator.produceNextIntermediateResultBlock()
protected IntermediateResultBlock
PullBasedExecPlanTaskForNullaryOperator.produceNextIntermediateResultBlock()
protected IntermediateResultBlock
PullBasedExecPlanTaskForUnaryOperator.produceNextIntermediateResultBlock()
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased with parameters of type IntermediateResultBlock -
Uses of IntermediateResultBlock in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that return IntermediateResultBlockModifier and TypeMethodDescriptionfinal IntermediateResultBlock
PushBasedExecPlanTaskBase.getNextIntermediateResultBlock()