| Modifier and Type | Method and Description |
|---|---|
static TableWriter |
Table.writeORCChunked(ORCWriterOptions options,
HostBufferConsumer consumer)
Get a table writer to write ORC data and handle each chunk with a callback.
|
static TableWriter |
Table.writeParquetChunked(ParquetWriterOptions options,
HostBufferConsumer consumer)
Get a table writer to write parquet data and handle each chunk with a callback.
|
Copyright © 2020. All rights reserved.