[[arrow::export]]
| 454 | |
| 455 | // [[arrow::export]] |
| 456 | int StructType__GetFieldIndex(const std::shared_ptr<arrow::StructType>& type, |
| 457 | const std::string& name) { |
| 458 | return type->GetFieldIndex(name); |
| 459 | } |
| 460 | |
| 461 | // [[arrow::export]] |
| 462 | std::vector<std::string> StructType__field_names( |
no test coverage detected