Uses of Class
ai.rapids.cudf.ArrowIPCWriterOptions
Packages that use ArrowIPCWriterOptions
-
Uses of ArrowIPCWriterOptions in ai.rapids.cudf
Fields in ai.rapids.cudf declared as ArrowIPCWriterOptionsModifier and TypeFieldDescriptionstatic final ArrowIPCWriterOptions
ArrowIPCWriterOptions.DEFAULT
Methods in ai.rapids.cudf that return ArrowIPCWriterOptionsMethods in ai.rapids.cudf with parameters of type ArrowIPCWriterOptionsModifier and TypeMethodDescriptionstatic 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 TableWriter
Table.writeArrowIPCChunked
(ArrowIPCWriterOptions options, File outputFile) Get a table writer to write arrow IPC data to a file.