public interface StreamedTableReader extends AutoCloseable
| 修饰符和类型 | 方法和描述 |
|---|---|
void |
close() |
Table |
getNextIfAvailable()
获取下一个可用表。
|
Table |
getNextIfAvailable(int rowTarget)
获取下一个可用表。
|
Table getNextIfAvailable() throws CudfException
CudfException - 发生任何错误时。Table getNextIfAvailable(int rowTarget) throws CudfException
rowTarget - 要读取的目标行数(这只是尽力而为)。CudfException - 发生任何错误时。void close()
throws CudfException
close 在接口 AutoCloseable 中指定CudfException版权所有 © 2025。保留所有权利。