Class ExecOpParallelMultiwayLeftJoin.Worker
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.ExecOpParallelMultiwayLeftJoin.Worker
- All Implemented Interfaces:
Runnable
- Enclosing class:
- ExecOpParallelMultiwayLeftJoin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExecutionContext
protected final UnaryExecutableOp
protected final IntermediateResultBlock
protected final IntermediateResultElementSink
-
Constructor Summary
ConstructorsConstructorDescriptionWorker
(LogicalOpRequest<?, ?> req, SolutionMappingsIndex index, IntermediateResultBlock input, ExpectedVariables inputVarsFromNonOptionalPart, ExecutionContext execCxt) -
Method Summary
-
Field Details
-
execOp
-
mySink
-
input
-
execCxt
-
-
Constructor Details
-
Worker
public Worker(LogicalOpRequest<?, ?> req, SolutionMappingsIndex index, IntermediateResultBlock input, ExpectedVariables inputVarsFromNonOptionalPart, ExecutionContext execCxt)
-
-
Method Details