public abstract class TableWriter extends Object implements AutoCloseable
| 修饰符和类型 | 类和描述 |
|---|---|
静态类 |
TableWriter.WriteStatistics |
| 修饰符和类型 | 字段和描述 |
|---|---|
protected long |
writerHandle |
public abstract void write(Table table) throws CudfException
table - 要写入的内容。CudfExceptionpublic abstract void close()
throws CudfException
close 在接口 AutoCloseable中CudfExceptionpublic TableWriter.WriteStatistics getWriteStatistics()
版权所有 © 2025。保留所有权利。