org.openrdf.query.algebra.evaluation.iterator
Class JoinIterator
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.LookAheadIteration<BindingSet,QueryEvaluationException>
org.openrdf.query.algebra.evaluation.iterator.JoinIterator
- All Implemented Interfaces:
- CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>
public class JoinIterator
- extends LookAheadIteration<BindingSet,QueryEvaluationException>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinIterator
public JoinIterator(EvaluationStrategy strategy,
Join join,
BindingSet bindings)
throws QueryEvaluationException
- Throws:
QueryEvaluationException
getNextElement
protected BindingSet getNextElement()
throws QueryEvaluationException
- Specified by:
getNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>
- Throws:
QueryEvaluationException
handleClose
protected void handleClose()
throws QueryEvaluationException
- Overrides:
handleClose in class LookAheadIteration<BindingSet,QueryEvaluationException>
- Throws:
QueryEvaluationException
Copyright © 2001-2009 Aduna. All Rights Reserved.