[[arrow::export]]
| 32 | |
| 33 | // [[arrow::export]] |
| 34 | r_vec_size ArrayData__get_null_count(const std::shared_ptr<arrow::ArrayData>& x) { |
| 35 | return r_vec_size(x->null_count); |
| 36 | } |
| 37 | |
| 38 | // [[arrow::export]] |
| 39 | r_vec_size ArrayData__get_offset(const std::shared_ptr<arrow::ArrayData>& x) { |
no test coverage detected