public class CrossProductIteration
extends org.eclipse.rdf4j.common.iteration.LookAheadIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.rdf4j.query.BindingSet |
currentInputBinding |
protected List<org.eclipse.rdf4j.query.BindingSet> |
inputBindings |
protected Iterator<org.eclipse.rdf4j.query.BindingSet> |
inputBindingsIterator |
protected org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> |
resultIteration |
| Constructor and Description |
|---|
CrossProductIteration(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> resultIteration,
List<org.eclipse.rdf4j.query.BindingSet> inputBindings) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.rdf4j.query.BindingSet |
getNextElement() |
protected void |
handleClose() |
hasNext, next, removeprotected final List<org.eclipse.rdf4j.query.BindingSet> inputBindings
protected final org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> resultIteration
protected Iterator<org.eclipse.rdf4j.query.BindingSet> inputBindingsIterator
protected org.eclipse.rdf4j.query.BindingSet currentInputBinding
public CrossProductIteration(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException> resultIteration,
List<org.eclipse.rdf4j.query.BindingSet> inputBindings)
protected org.eclipse.rdf4j.query.BindingSet getNextElement()
throws org.eclipse.rdf4j.query.QueryEvaluationException
getNextElement in class org.eclipse.rdf4j.common.iteration.LookAheadIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>org.eclipse.rdf4j.query.QueryEvaluationExceptionprotected void handleClose()
throws org.eclipse.rdf4j.query.QueryEvaluationException
handleClose in class org.eclipse.rdf4j.common.iteration.LookAheadIteration<org.eclipse.rdf4j.query.BindingSet,org.eclipse.rdf4j.query.QueryEvaluationException>org.eclipse.rdf4j.query.QueryEvaluationExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.