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 ArrowIPCWriterOptionsArrowIPCWriterOptions.DEFAULTMethods in ai.rapids.cudf that return ArrowIPCWriterOptionsMethods in ai.rapids.cudf with parameters of type ArrowIPCWriterOptionsModifier and TypeMethodDescriptionstatic TableWriterTable.writeArrowIPCChunked(ArrowIPCWriterOptions options, HostBufferConsumer consumer) static TableWriterTable.writeArrowIPCChunked(ArrowIPCWriterOptions options, HostBufferConsumer consumer, HostMemoryAllocator hostMemoryAllocator) Get a table writer to write arrow IPC data and handle each chunk with a callback.static TableWriterTable.writeArrowIPCChunked(ArrowIPCWriterOptions options, File outputFile) Get a table writer to write arrow IPC data to a file.