public interface ITupleIterator<E> extends Iterator<ITuple<E>>
ITuples populated with the data and metadata for
visited index entries.IRangeQueryITuple<E> next()
ITuple from which you can
extract the data and metadata for next entry.
Note: An ITupleIterators will generally return the same
ITuple reference on on each invocation of this method. The caller
is responsible for copying out any data or metadata of interest before
calling next() again. See TupleFilter which is aware of
this and can be used to stack filters safely.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.