public class QueryIterSlice extends QueryIter1
traceIterators
Constructor and Description |
---|
QueryIterSlice(QueryIterator cIter,
long startPosition,
long numItems,
ExecutionContext context)
Create an iterator that limits the number of returns of
another CloseableIterator.
|
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 QueryIterSlice(QueryIterator cIter, long startPosition, long numItems, ExecutionContext context)
cIter
- The closable iterator to throttlestartPosition
- Offset of start after - 0 is the no-op.numItems
- Maximium number of items to yield.Licenced under the Apache License, Version 2.0