Interface ResettableRowBuffer.ResettableIterator
-
- All Superinterfaces:
AutoCloseable
,Closeable
,RowIterator<BinaryRowData>
- All Known Implementing Classes:
ResettableExternalBuffer.BufferIterator
- Enclosing interface:
- ResettableRowBuffer
public static interface ResettableRowBuffer.ResettableIterator extends RowIterator<BinaryRowData>, Closeable
Row iterator that can be reset.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reset()
Re-initialize the iterator, start from begin row.-
Methods inherited from interface org.apache.flink.table.runtime.util.RowIterator
advanceNext, getRow
-
-
-
-
Method Detail
-
reset
void reset() throws IOException
Re-initialize the iterator, start from begin row.- Throws:
IOException
-
-