Class InsertBindingsIteration
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet>
org.eclipse.rdf4j.common.iteration.ConvertingIteration<BindingSet, BindingSet>
org.eclipse.rdf4j.federated.evaluation.iterator.InsertBindingsIteration
- All Implemented Interfaces:
AutoCloseable, Iterator<BindingSet>, CloseableIteration<BindingSet>
Inserts original bindings into the result.
- Author:
- Andreas Schwarte
-
Field Summary
FieldsFields inherited from interface CloseableIteration
EMPTY_STATEMENT_ITERATION -
Constructor Summary
ConstructorsConstructorDescriptionInsertBindingsIteration(CloseableIteration<BindingSet> iter, BindingSet bindings) -
Method Summary
Modifier and TypeMethodDescriptionprotected BindingSetconvert(BindingSet bIn) Converts a source type object to a target type object.Methods inherited from class ConvertingIteration
handleClose, hasNext, next, removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
streamMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
bindings
-
-
Constructor Details
-
InsertBindingsIteration
-
-
Method Details
-
convert
Description copied from class:ConvertingIterationConverts a source type object to a target type object.- Specified by:
convertin classConvertingIteration<BindingSet, BindingSet>- Throws:
QueryEvaluationException
-