[[arrow::export]]
| 229 | |
| 230 | // [[arrow::export]] |
| 231 | void csv___WriteCSV__Table(const std::shared_ptr<arrow::Table>& table, |
| 232 | const std::shared_ptr<arrow::csv::WriteOptions>& write_options, |
| 233 | const std::shared_ptr<arrow::io::OutputStream>& stream) { |
| 234 | StopIfNotOk(arrow::csv::WriteCSV(*table, *write_options, stream.get())); |
| 235 | } |
| 236 | |
| 237 | // [[arrow::export]] |
| 238 | void csv___WriteCSV__RecordBatch( |
no test coverage detected