Interface TupleIterator

All Superinterfaces:
Iterator<TupleVector>

public interface TupleIterator extends Iterator<TupleVector>
Iterator that streams TupleVector's
  • Field Details

  • Method Details

    • close

      default void close()
      Close the iterator
    • estimatedBatchCount

      default int estimatedBatchCount()
      Return an estimate of the number of batches in this iterator.
    • estimatedRowCount

      default int estimatedRowCount()
      Return an estimate of the number of rows (total) in this iterator.
    • singleton

      static TupleIterator singleton(TupleVector vector)
      Creates a singleton iterator from provided vector