public class QueryIterPlainWrapper extends QueryIter
traceIterators
Constructor and Description |
---|
QueryIterPlainWrapper(Iterator<Binding> iter) |
QueryIterPlainWrapper(Iterator<Binding> iter,
ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
void |
output(IndentedWriter out,
SerializationContext sCxt) |
void |
setIterator(Iterator<Binding> iterator)
Preferrable to use a constructor - but sometimes that is inconvenient
so pass null in the constructor and then call this before the iterator is
used.
|
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 QueryIterPlainWrapper(Iterator<Binding> iter, ExecutionContext context)
public void setIterator(Iterator<Binding> iterator)
public void output(IndentedWriter out, SerializationContext sCxt)
output
in interface PrintSerializable
output
in class QueryIter
Licenced under the Apache License, Version 2.0