Interface ResettableRowBuffer.ResettableIterator

All Superinterfaces:
AutoCloseable, Closeable, RowIterator<org.apache.flink.table.data.binary.BinaryRowData>
All Known Implementing Classes:
ResettableExternalBuffer.BufferIterator
Enclosing interface:
ResettableRowBuffer

public static interface ResettableRowBuffer.ResettableIterator extends RowIterator<org.apache.flink.table.data.binary.BinaryRowData>, Closeable
Row iterator that can be reset.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Re-initialize the iterator, start from begin row.

    Methods inherited from interface java.io.Closeable

    close

    Methods inherited from interface org.apache.flink.table.runtime.util.RowIterator

    advanceNext, getRow
  • Method Details

    • reset

      void reset() throws IOException
      Re-initialize the iterator, start from begin row.
      Throws:
      IOException