[[arrow::export]]
| 448 | |
| 449 | // [[arrow::export]] |
| 450 | std::shared_ptr<arrow::Field> StructType__GetFieldByName( |
| 451 | const std::shared_ptr<arrow::StructType>& type, const std::string& name) { |
| 452 | return type->GetFieldByName(name); |
| 453 | } |
| 454 | |
| 455 | // [[arrow::export]] |
| 456 | int StructType__GetFieldIndex(const std::shared_ptr<arrow::StructType>& type, |
no test coverage detected