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

Function _arrow_ArrayData__get_offset

r/src/arrowExports.cpp:487–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
488BEGIN_CPP11
489 arrow::r::Input<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
490 return cpp11::as_sexp(ArrayData__get_offset(x));
491END_CPP11
492}
493// arraydata.cpp
494cpp11::list ArrayData__buffers(const std::shared_ptr<arrow::ArrayData>& x);
495extern "C" SEXP _arrow_ArrayData__buffers(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
ArrayData__get_offsetFunction · 0.85

Tested by

no test coverage detected