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
Methods inherited from interface org.apache.flink.table.runtime.util.RowIterator
advanceNext, getRow
-
Method Details
-
reset
Re-initialize the iterator, start from begin row.- Throws:
IOException
-