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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreset()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 IOExceptionRe-initialize the iterator, start from begin row.- Throws:
IOException
-
-