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.
|
outputclose, getExecContext, getIteratorNumber, makeTracked, materialize, materializecancel, debug, hasNext, next, nextBinding, removeoutput, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic 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