public interface SplitReader extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.