[[arrow::export]]
| 37 | |
| 38 | // [[arrow::export]] |
| 39 | r_vec_size ArrayData__get_offset(const std::shared_ptr<arrow::ArrayData>& x) { |
| 40 | return r_vec_size(x->offset); |
| 41 | } |
| 42 | |
| 43 | // [[arrow::export]] |
| 44 | cpp11::list ArrayData__buffers(const std::shared_ptr<arrow::ArrayData>& x) { |
no test coverage detected