Class ServiceJoinConversionIteration
- java.lang.Object
-
- org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<T,X>
-
- org.eclipse.rdf4j.common.iteration.ConvertingIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>
-
- org.eclipse.rdf4j.repository.sparql.federation.ServiceJoinConversionIteration
-
- All Implemented Interfaces:
AutoCloseable,org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>,org.eclipse.rdf4j.common.iteration.Iteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>
@Deprecated(since="4.1.0") public class ServiceJoinConversionIteration extends org.eclipse.rdf4j.common.iteration.ConvertingIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>
Deprecated.Inserts original bindings into the result, uses ?__rowIdx to resolve original bindings. Seeorg.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceJoinIteratorandSPARQLFederatedService.- Author:
- Andreas Schwarte
-
-
Constructor Summary
Constructors Constructor Description ServiceJoinConversionIteration(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> iter, List<org.eclipse.rdf4j.query.BindingSet> bindings)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.eclipse.rdf4j.query.BindingSetconvert(org.eclipse.rdf4j.query.BindingSet bIn)Deprecated.-
Methods inherited from class org.eclipse.rdf4j.common.iteration.ConvertingIteration
handleClose, hasNext, next, remove
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
-
-
-
-
Field Detail
-
bindings
protected final List<org.eclipse.rdf4j.query.BindingSet> bindings
Deprecated.
-
-
Constructor Detail
-
ServiceJoinConversionIteration
public ServiceJoinConversionIteration(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> iter, List<org.eclipse.rdf4j.query.BindingSet> bindings)Deprecated.
-
-
Method Detail
-
convert
protected org.eclipse.rdf4j.query.BindingSet convert(org.eclipse.rdf4j.query.BindingSet bIn) throws org.eclipse.rdf4j.query.QueryEvaluationExceptionDeprecated.- Specified by:
convertin classorg.eclipse.rdf4j.common.iteration.ConvertingIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>- Throws:
org.eclipse.rdf4j.query.QueryEvaluationException
-
-