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

Function ArrayData__get_length

r/src/arraydata.cpp:29–31  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

r_vec_sizeClass · 0.85

Tested by

no test coverage detected