Class BadlyDesignedLeftJoinIterator
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet>
org.eclipse.rdf4j.common.iteration.LookAheadIteration<BindingSet>
org.eclipse.rdf4j.query.algebra.evaluation.iterator.LeftJoinIterator
org.eclipse.rdf4j.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator
- All Implemented Interfaces:
AutoCloseable, Iterator<BindingSet>, CloseableIteration<BindingSet>
- Author:
- Arjohn Kampman
-
Field Summary
Fields inherited from interface CloseableIteration
EMPTY_STATEMENT_ITERATION -
Constructor Summary
ConstructorsConstructorDescriptionBadlyDesignedLeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationStep rightEvaluationStep) BadlyDesignedLeftJoinIterator(QueryEvaluationStep left, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationStep rightEvaluationStep) -
Method Summary
Methods inherited from class LeftJoinIterator
getInstance, handleCloseMethods inherited from class LookAheadIteration
hasNext, next, removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
streamMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
BadlyDesignedLeftJoinIterator
public BadlyDesignedLeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationStep rightEvaluationStep) throws QueryEvaluationException - Throws:
QueryEvaluationException
-
BadlyDesignedLeftJoinIterator
public BadlyDesignedLeftJoinIterator(QueryEvaluationStep left, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationStep rightEvaluationStep) throws QueryEvaluationException - Throws:
QueryEvaluationException
-
-
Method Details
-
getNextElement
Description copied from class:LookAheadIterationGets the next element. Subclasses should implement this method so that it returns the next element.- Overrides:
getNextElementin classLeftJoinIterator- Returns:
- The next element, or null if no more elements are available.
- Throws:
QueryEvaluationException
-