public interface SplitReader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.data.RowData |
nextRecord(org.apache.flink.table.data.RowData reuse)
Reads the next record from the input.
|
boolean |
reachedEnd()
Method used to check if the end of the input is reached.
|
default void |
seekToRow(long rowCount,
org.apache.flink.table.data.RowData reuse)
Seek to a particular row number.
|
boolean reachedEnd()
throws IOException
IOException - Thrown, if an I/O error occurred.org.apache.flink.table.data.RowData nextRecord(org.apache.flink.table.data.RowData reuse)
throws IOException
reuse - Object that may be reused.IOException - Thrown, if an I/O error occurred.default void seekToRow(long rowCount,
org.apache.flink.table.data.RowData reuse)
throws IOException
IOExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.