[[arrow::export]]
| 28 | |
| 29 | // [[arrow::export]] |
| 30 | std::string Field__ToString(const std::shared_ptr<arrow::Field>& field) { |
| 31 | return field->ToString(); |
| 32 | } |
| 33 | |
| 34 | // [[arrow::export]] |
| 35 | std::string Field__name(const std::shared_ptr<arrow::Field>& field) { |
no test coverage detected