Class ResultElementIterWithUnaryExecOp
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase
se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterWithUnaryExecOp
- 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 ResultElementIterWithUnaryExecOp.MyOpRunnerThreadFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased.ResultElementIterBase
execCxt, exhausted, nextElement, sink -
Constructor Summary
ConstructorsConstructorDescriptionResultElementIterWithUnaryExecOp(UnaryExecutableOp op, ResultBlockIterator inputIter, 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
-
ResultElementIterWithUnaryExecOp
public ResultElementIterWithUnaryExecOp(UnaryExecutableOp op, ResultBlockIterator inputIter, ExecutionContext execCxt)
-
-
Method Details
-
getOp
- Overrides:
getOpin classResultElementIterBase
-
tryGetStatsOfInput
-
tryGetExceptionsOfInput
-
getOpRunnerThread
- Specified by:
getOpRunnerThreadin classResultElementIterBase
-