[[arrow::export]]
| 86 | |
| 87 | // [[arrow::export]] |
| 88 | std::shared_ptr<arrow::Field> Schema__GetFieldByName( |
| 89 | const std::shared_ptr<arrow::Schema>& s, std::string x) { |
| 90 | return s->GetFieldByName(x); |
| 91 | } |
| 92 | |
| 93 | // [[arrow::export]] |
| 94 | cpp11::list Schema__fields(const std::shared_ptr<arrow::Schema>& schema) { |
no test coverage detected