[[arrow::export]]
| 47 | |
| 48 | // [[arrow::export]] |
| 49 | cpp11::list ChunkedArray__chunks( |
| 50 | const std::shared_ptr<arrow::ChunkedArray>& chunked_array) { |
| 51 | return arrow::r::to_r_list(chunked_array->chunks()); |
| 52 | } |
| 53 | |
| 54 | // [[arrow::export]] |
| 55 | std::shared_ptr<arrow::DataType> ChunkedArray__type( |
no test coverage detected