[[arrow::export]]
| 1421 | |
| 1422 | // [[arrow::export]] |
| 1423 | SEXP Array__as_vector(const std::shared_ptr<arrow::Array>& array) { |
| 1424 | return arrow::r::Converter::Convert(array); |
| 1425 | } |
| 1426 | |
| 1427 | // [[arrow::export]] |
| 1428 | SEXP ChunkedArray__as_vector(const std::shared_ptr<arrow::ChunkedArray>& chunked_array, |
no test coverage detected