[[arrow::export]]
| 214 | |
| 215 | // [[arrow::export]] |
| 216 | std::shared_ptr<arrow::Array> StructArray__GetFieldByName( |
| 217 | const std::shared_ptr<arrow::StructArray>& array, const std::string& name) { |
| 218 | return array->GetFieldByName(name); |
| 219 | } |
| 220 | |
| 221 | // [[arrow::export]] |
| 222 | std::shared_ptr<arrow::StructArray> StructArray__from_RecordBatch( |
no test coverage detected