[[arrow::export]]
| 236 | |
| 237 | // [[arrow::export]] |
| 238 | void csv___WriteCSV__RecordBatch( |
| 239 | const std::shared_ptr<arrow::RecordBatch>& record_batch, |
| 240 | const std::shared_ptr<arrow::csv::WriteOptions>& write_options, |
| 241 | const std::shared_ptr<arrow::io::OutputStream>& stream) { |
| 242 | StopIfNotOk(arrow::csv::WriteCSV(*record_batch, *write_options, stream.get())); |
| 243 | } |
| 244 | |
| 245 | // [[arrow::export]] |
| 246 | void csv___WriteCSV__RecordBatchReader( |
no test coverage detected