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

Function _arrow_ArrayData__get_length

r/src/arrowExports.cpp:471–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469// arraydata.cpp
470r_vec_size ArrayData__get_length(const std::shared_ptr<arrow::ArrayData>& x);
471extern "C" SEXP _arrow_ArrayData__get_length(SEXP x_sexp){
472BEGIN_CPP11
473 arrow::r::Input<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
474 return cpp11::as_sexp(ArrayData__get_length(x));
475END_CPP11
476}
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){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
ArrayData__get_lengthFunction · 0.85

Tested by

no test coverage detected