public interface StreamedTableReader extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Table |
getNextIfAvailable()
Get the next table if available.
|
Table |
getNextIfAvailable(int rowTarget)
Get the next table if available.
|
Table getNextIfAvailable() throws CudfException
CudfException - on any error.Table getNextIfAvailable(int rowTarget) throws CudfException
rowTarget - the target number of rows to read (this is really just best effort).CudfException - on any error.void close()
throws CudfException
close in interface AutoCloseableCudfExceptionCopyright © 2024. All rights reserved.