[[arrow::export]]
| 145 | |
| 146 | // [[arrow::export]] |
| 147 | std::shared_ptr<arrow::Schema> Schema__WithNames( |
| 148 | const std::shared_ptr<arrow::Schema>& schema, const std::vector<std::string>& names) { |
| 149 | return ValueOrStop(schema->WithNames(names)); |
| 150 | } |
| 151 | |
| 152 | // [[arrow::export]] |
| 153 | cpp11::writable::raws Schema__serialize(const std::shared_ptr<arrow::Schema>& schema) { |
no test coverage detected