Uses of Class
ai.rapids.cudf.ParquetWriterOptions
Packages that use ParquetWriterOptions
-
Uses of ParquetWriterOptions in ai.rapids.cudf
Methods in ai.rapids.cudf that return ParquetWriterOptionsMethods in ai.rapids.cudf with parameters of type ParquetWriterOptionsModifier and TypeMethodDescriptionstatic 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.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.static TableWriter
Table.writeParquetChunked
(ParquetWriterOptions options, File outputFile) Get a table writer to write parquet data to a file.