public class QueryIterConvert extends QueryIter1
Modifier and Type | Class and Description |
---|---|
static interface |
QueryIterConvert.Converter |
traceIterators
Constructor and Description |
---|
QueryIterConvert(QueryIterator iter,
QueryIterConvert.Converter c,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNextBinding()
Implement this, not hasNext()
|
Binding |
moveToNextBinding()
Implement this, not next() or nextBinding()
Returning null is turned into NoSuchElementException
Does not need to call hasNext (can presume it is true)
|
output
close, getExecContext, getIteratorNumber, makeTracked, materialize, materialize, output
cancel, debug, hasNext, next, nextBinding, remove
toString, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public QueryIterConvert(QueryIterator iter, QueryIterConvert.Converter c, ExecutionContext context)
public boolean hasNextBinding()
QueryIteratorBase
public Binding moveToNextBinding()
QueryIteratorBase
Licenced under the Apache License, Version 2.0