[[arrow::export]]
| 227 | |
| 228 | // [[arrow::export]] |
| 229 | cpp11::list StructArray__Flatten(const std::shared_ptr<arrow::StructArray>& array) { |
| 230 | return arrow::r::to_r_list(ValueOrStop(array->Flatten())); |
| 231 | } |
| 232 | |
| 233 | // [[arrow::export]] |
| 234 | std::shared_ptr<arrow::DataType> ListArray__value_type( |
no test coverage detected