Class ResultElementIterWithBinaryExecOp
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase
se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterWithBinaryExecOp
- All Implemented Interfaces:
Iterator<SolutionMapping>,ResultElementIterator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classNested classes/interfaces inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase
ResultElementIterBase.OpRunnerThread -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ResultElementIterWithBinaryExecOp.MyOpRunnerThreadFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase
execCxt, exhausted, nextElement, sink -
Constructor Summary
ConstructorsConstructorDescriptionResultElementIterWithBinaryExecOp(BinaryExecutableOp op, ResultBlockIterator inputIter1, ResultBlockIterator inputIter2, ExecutionContext execCxt) -
Method Summary
Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase
ensureOpRunnerThreadHasNoException, ensureOpRunnerThreadIsStarted, hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
opRunnerThread
-
-
Constructor Details
-
ResultElementIterWithBinaryExecOp
public ResultElementIterWithBinaryExecOp(BinaryExecutableOp op, ResultBlockIterator inputIter1, ResultBlockIterator inputIter2, ExecutionContext execCxt)
-
-
Method Details
-
getOp
- Overrides:
getOpin classResultElementIterBase
-
tryGetStatsOfInput1
-
tryGetStatsOfInput2
-
tryGetExceptionsOfInput1
-
tryGetExceptionsOfInput2
-
getOpRunnerThread
- Specified by:
getOpRunnerThreadin classResultElementIterBase
-