Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static TableWriter |
Table.getCSVBufferWriter(CSVWriterOptions options,
HostBufferConsumer bufferConsumer) |
static TableWriter |
Table.getCSVBufferWriter(CSVWriterOptions options,
HostBufferConsumer bufferConsumer,
HostMemoryAllocator hostMemoryAllocator) |
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.
|
static void |
Table.writeColumnViewsToParquet(ParquetWriterOptions options,
HostBufferConsumer consumer,
ColumnView... columnViews) |
static void |
Table.writeColumnViewsToParquet(ParquetWriterOptions options,
HostBufferConsumer consumer,
HostMemoryAllocator hostMemoryAllocator,
ColumnView... columnViews)
This is an evolving API and most likely be removed in future releases.
|
static TableWriter |
Table.writeORCChunked(ORCWriterOptions options,
HostBufferConsumer consumer) |
static TableWriter |
Table.writeORCChunked(ORCWriterOptions options,
HostBufferConsumer consumer,
HostMemoryAllocator hostMemoryAllocator)
Get a table writer to write ORC data and handle each chunk with a callback.
|
static TableWriter |
Table.writeParquetChunked(ParquetWriterOptions options,
HostBufferConsumer consumer) |
static TableWriter |
Table.writeParquetChunked(ParquetWriterOptions options,
HostBufferConsumer consumer,
HostMemoryAllocator hostMemoryAllocator)
Get a table writer to write parquet data and handle each chunk with a callback.
|
Copyright © 2024. All rights reserved.