Uses of Class
ai.rapids.cudf.TableWriter
Packages that use TableWriter
-
Uses of TableWriter in ai.rapids.cudf
Methods in ai.rapids.cudf that return TableWriterModifier 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 TableWriterTable.writeArrowIPCChunked(ArrowIPCWriterOptions options, File outputFile) Get a table writer to write arrow IPC data to a file.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.writeORCChunked(ORCWriterOptions options, File outputFile) Get a table writer to write ORC data to a file.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.static TableWriterTable.writeParquetChunked(ParquetWriterOptions options, File outputFile) Get a table writer to write parquet data to a file.