public interface ArrowRecordWriter extends Closeable
Modifier and Type | Method and Description |
---|---|
long |
bytesWritten()
返回读写入的字节数
|
void |
write(org.apache.arrow.vector.VectorSchemaRoot root)
写入一个batch的记录
|
void write(org.apache.arrow.vector.VectorSchemaRoot root) throws IOException
root
- VectorSchemaRoot
对象IOException
- 写入过程发生异常,不可重试long bytesWritten()
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.