public abstract class TableWriter extends Object implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
TableWriter.WriteStatistics |
| Modifier and Type | Field and Description |
|---|---|
protected long |
writerHandle |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
TableWriter.WriteStatistics |
getWriteStatistics()
Get the write statistics for the writer up to the last write call.
|
abstract void |
write(Table table)
Write out a table.
|
public abstract void write(Table table) throws CudfException
table - what to write out.CudfExceptionpublic abstract void close()
throws CudfException
close in interface AutoCloseableCudfExceptionpublic TableWriter.WriteStatistics getWriteStatistics()
Copyright © 2024. All rights reserved.