[[arrow::export]]
| 1399 | |
| 1400 | // [[arrow::export]] |
| 1401 | SEXP Array__as_vector(const std::shared_ptr<arrow::Array>& array) { |
| 1402 | return arrow::r::Converter::Convert(array); |
| 1403 | } |
| 1404 | |
| 1405 | // [[arrow::export]] |
| 1406 | SEXP ChunkedArray__as_vector(const std::shared_ptr<arrow::ChunkedArray>& chunked_array, |
no test coverage detected