Class BoundJoinVALUESConversionIteration
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet, QueryEvaluationException>
org.eclipse.rdf4j.common.iteration.ConvertingIteration<BindingSet, BindingSet, QueryEvaluationException>
org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinVALUESConversionIteration
- All Implemented Interfaces:
AutoCloseable,CloseableIteration<BindingSet, QueryEvaluationException>,Iteration<BindingSet, QueryEvaluationException>
@Deprecated(since="4.1.0")
public class BoundJoinVALUESConversionIteration
extends ConvertingIteration<BindingSet, BindingSet, QueryEvaluationException>
Deprecated.
Inserts original bindings into the result. This implementation is used for bound joins with VALUES clauses, see
.
invalid reference
SparqlFederationEvalStrategyWithValues
It is assumed the the query results contain a binding for "?__index" which corresponds to the index in the input
mappings. See QueryStringUtil for details
- Since:
- 3.0
- Author:
- Andreas Schwarte
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<BindingSet> Deprecated.static final StringDeprecated.The binding name for the index -
Constructor Summary
ConstructorsConstructorDescriptionBoundJoinVALUESConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected BindingSetconvert(BindingSet bIn) Deprecated.Converts a source type object to a target type object.Methods inherited from class org.eclipse.rdf4j.common.iteration.ConvertingIteration
handleClose, hasNext, next, removeMethods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
stream
-
Field Details
-
INDEX_BINDING_NAME
-
bindings
Deprecated.
-
-
Constructor Details
-
BoundJoinVALUESConversionIteration
public BoundJoinVALUESConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.
-
-
Method Details
-
convert
Deprecated.Description copied from class:ConvertingIterationConverts a source type object to a target type object.- Specified by:
convertin classConvertingIteration<BindingSet, BindingSet, QueryEvaluationException>- Throws:
QueryEvaluationException
-