public interface TableWriter extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(Table table)
Write out a table.
|
void write(Table table) throws CudfException
table - what to write out.CudfExceptionvoid close()
throws CudfException
close in interface AutoCloseableCudfExceptionCopyright © 2023. All rights reserved.