MCPcopy Create free account
hub / github.com/apache/arrow / ArrayData__get_null_count

Function ArrayData__get_null_count

r/src/arraydata.cpp:34–36  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

32
33// [[arrow::export]]
34r_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]]
39r_vec_size ArrayData__get_offset(const std::shared_ptr<arrow::ArrayData>& x) {

Callers 1

Calls 1

r_vec_sizeClass · 0.85

Tested by

no test coverage detected