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