Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Field and Description |
---|---|
static ArrowIPCWriterOptions |
ArrowIPCWriterOptions.DEFAULT |
Modifier and Type | Method and Description |
---|---|
ArrowIPCWriterOptions |
ArrowIPCWriterOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static TableWriter |
Table.writeArrowIPCChunked(ArrowIPCWriterOptions options,
File outputFile)
Get a table writer to write arrow IPC data to a file.
|
static TableWriter |
Table.writeArrowIPCChunked(ArrowIPCWriterOptions options,
HostBufferConsumer consumer) |
static TableWriter |
Table.writeArrowIPCChunked(ArrowIPCWriterOptions options,
HostBufferConsumer consumer,
HostMemoryAllocator hostMemoryAllocator)
Get a table writer to write arrow IPC data and handle each chunk with a callback.
|
Copyright © 2024. All rights reserved.