public interface SplitReader extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.table.dataformat.BaseRow |
nextRecord(org.apache.flink.table.dataformat.BaseRow reuse)
Reads the next record from the input.
|
boolean |
reachedEnd()
Method used to check if the end of the input is reached.
|
boolean reachedEnd()
throws IOException
IOException - Thrown, if an I/O error occurred.org.apache.flink.table.dataformat.BaseRow nextRecord(org.apache.flink.table.dataformat.BaseRow reuse)
throws IOException
reuse - Object that may be reused.IOException - Thrown, if an I/O error occurred.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.