com.hp.hpl.jena.sparql.engine.iterator
Class QueryIter2LoopOnLeft
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIter
com.hp.hpl.jena.sparql.engine.iterator.QueryIter2
com.hp.hpl.jena.sparql.engine.iterator.QueryIter2LoopOnLeft
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, Printable, Closeable
- Direct Known Subclasses:
- QueryIterDiff, QueryIterMinus
public abstract class QueryIter2LoopOnLeft
- extends QueryIter2
Binary operation done by looping on the left, and materializing the right - this is not streamed on the right
See also QueryIterRepeatApply
Methods inherited from class com.hp.hpl.jena.sparql.engine.iterator.QueryIter2 |
output |
QueryIter2LoopOnLeft
public QueryIter2LoopOnLeft(QueryIterator left,
QueryIterator right,
ExecutionContext qCxt)
Licenced under the Apache License, Version 2.0