Class ServiceCrossProductIteration
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
org.eclipse.rdf4j.common.iteration.LookAheadIteration<BindingSet,QueryEvaluationException>
org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
org.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceCrossProductIteration
- All Implemented Interfaces:
AutoCloseable
,CloseableIteration<BindingSet,
,QueryEvaluationException> Iteration<BindingSet,
QueryEvaluationException>
Deprecated.
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the
inner iteration. See
SPARQLFederatedService
. Example: - Author:
- Andreas Schwarte
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
currentInputBinding, inputBindings, inputBindingsIterator, resultIteration
-
Constructor Summary
ConstructorDescriptionServiceCrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated. -
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
getNextElement, handleClose
Methods inherited from class org.eclipse.rdf4j.common.iteration.LookAheadIteration
hasNext, next, remove
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
-
Constructor Details
-
ServiceCrossProductIteration
public ServiceCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated.
-