[[arrow::export]]
| 27 | |
| 28 | // [[arrow::export]] |
| 29 | r_vec_size ArrayData__get_length(const std::shared_ptr<arrow::ArrayData>& x) { |
| 30 | return r_vec_size(x->length); |
| 31 | } |
| 32 | |
| 33 | // [[arrow::export]] |
| 34 | r_vec_size ArrayData__get_null_count(const std::shared_ptr<arrow::ArrayData>& x) { |
no test coverage detected