| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Field and Description |
|---|---|
static ORCWriterOptions |
ORCWriterOptions.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
ORCWriterOptions |
ORCWriterOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.writeORC(ORCWriterOptions options,
File outputFile)
Deprecated.
please use writeORCChunked instead
|
static TableWriter |
Table.writeORCChunked(ORCWriterOptions options,
File outputFile)
Get a table writer to write ORC data to a file.
|
static TableWriter |
Table.writeORCChunked(ORCWriterOptions options,
HostBufferConsumer consumer)
Get a table writer to write ORC data and handle each chunk with a callback.
|
Copyright © 2021. All rights reserved.