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 TableWriterTable.writeORCChunked(ORCWriterOptions options, HostBufferConsumer consumer) static TableWriterTable.writeORCChunked(ORCWriterOptions options, HostBufferConsumer consumer, HostMemoryAllocator hostMemoryAllocator) Get a table writer to write ORC data and handle each chunk with a callback.static TableWriterTable.writeORCChunked(ORCWriterOptions options, File outputFile) Get a table writer to write ORC data to a file.