[[arrow::export]]
| 164 | |
| 165 | // [[arrow::export]] |
| 166 | std::shared_ptr<arrow::Schema> arrow__UnifySchemas( |
| 167 | const std::vector<std::shared_ptr<arrow::Schema>>& schemas) { |
| 168 | return ValueOrStop(arrow::UnifySchemas(schemas)); |
| 169 | } |
no test coverage detected