[[arrow::export]]
| 34 | |
| 35 | // [[arrow::export]] |
| 36 | std::shared_ptr<arrow::Schema> Table__schema(const std::shared_ptr<arrow::Table>& x) { |
| 37 | return x->schema(); |
| 38 | } |
| 39 | |
| 40 | // [[arrow::export]] |
| 41 | std::shared_ptr<arrow::Table> Table__ReplaceSchemaMetadata( |
no test coverage detected