Uses of Class
ai.rapids.cudf.ORCWriterOptions
Packages that use ORCWriterOptions
-
Uses of ORCWriterOptions in ai.rapids.cudf
Methods in ai.rapids.cudf that return ORCWriterOptionsMethods in ai.rapids.cudf with parameters of type ORCWriterOptionsModifier and TypeMethodDescriptionstatic 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.writeORCChunked
(ORCWriterOptions options, File outputFile) Get a table writer to write ORC data to a file.