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

Function _arrow_ArrayData__get_null_count

r/src/arrowExports.cpp:479–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477// arraydata.cpp
478r_vec_size ArrayData__get_null_count(const std::shared_ptr<arrow::ArrayData>& x);
479extern "C" SEXP _arrow_ArrayData__get_null_count(SEXP x_sexp){
480BEGIN_CPP11
481 arrow::r::Input<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
482 return cpp11::as_sexp(ArrayData__get_null_count(x));
483END_CPP11
484}
485// arraydata.cpp
486r_vec_size ArrayData__get_offset(const std::shared_ptr<arrow::ArrayData>& x);
487extern "C" SEXP _arrow_ArrayData__get_offset(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected