public class LeftJoinIterator extends LookAheadIteration<BindingSet,QueryEvaluationException>
| Constructor and Description |
|---|
LeftJoinIterator(EvaluationStrategy strategy,
LeftJoin join,
BindingSet bindings) |
| Modifier and Type | Method and Description |
|---|---|
protected BindingSet |
getNextElement() |
protected void |
handleClose() |
hasNext, next, removeclose, isClosedpublic LeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) throws QueryEvaluationException
QueryEvaluationExceptionprotected BindingSet getNextElement() throws QueryEvaluationException
getNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionprotected void handleClose()
throws QueryEvaluationException
handleClose in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.