Uses of Interface
ai.rapids.cudf.HostBufferConsumer
Packages that use HostBufferConsumer
-
Uses of HostBufferConsumer in ai.rapids.cudf
Methods in ai.rapids.cudf with parameters of type HostBufferConsumerModifier and TypeMethodDescriptionstatic TableWriterTable.getCSVBufferWriter(CSVWriterOptions options, HostBufferConsumer bufferConsumer) static TableWriterTable.getCSVBufferWriter(CSVWriterOptions options, HostBufferConsumer bufferConsumer, HostMemoryAllocator hostMemoryAllocator) static 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 voidTable.writeColumnViewsToParquet(ParquetWriterOptions options, HostBufferConsumer consumer, ColumnView... columnViews) static voidTable.writeColumnViewsToParquet(ParquetWriterOptions options, HostBufferConsumer consumer, HostMemoryAllocator hostMemoryAllocator, ColumnView... columnViews) This is an evolving API and most likely be removed in future releases.static 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.writeParquetChunked(ParquetWriterOptions options, HostBufferConsumer consumer) static TableWriterTable.writeParquetChunked(ParquetWriterOptions options, HostBufferConsumer consumer, HostMemoryAllocator hostMemoryAllocator) Get a table writer to write parquet data and handle each chunk with a callback.