[[arrow::export]]
| 38 | |
| 39 | // [[arrow::export]] |
| 40 | std::shared_ptr<arrow::Schema> RecordBatch__schema( |
| 41 | const std::shared_ptr<arrow::RecordBatch>& x) { |
| 42 | return x->schema(); |
| 43 | } |
| 44 | |
| 45 | // [[arrow::export]] |
| 46 | std::shared_ptr<arrow::RecordBatch> RecordBatch__RenameColumns( |
no test coverage detected