org.openrdf.query.algebra.evaluation.iterator
Class BadlyDesignedLeftJoinIterator
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.LookAheadIteration<BindingSet,QueryEvaluationException>
org.openrdf.query.algebra.evaluation.iterator.LeftJoinIterator
org.openrdf.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator
- All Implemented Interfaces:
- CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>
public class BadlyDesignedLeftJoinIterator
- extends LeftJoinIterator
- Author:
- Arjohn Kampman
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BadlyDesignedLeftJoinIterator
public BadlyDesignedLeftJoinIterator(EvaluationStrategy strategy,
LeftJoin join,
BindingSet inputBindings,
Set<String> problemVars)
throws QueryEvaluationException
- Throws:
QueryEvaluationException
getNextElement
protected BindingSet getNextElement()
throws QueryEvaluationException
- Overrides:
getNextElement in class LeftJoinIterator
- Throws:
QueryEvaluationException
Copyright © 2001-2009 Aduna. All Rights Reserved.