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

Function _arrow_ArrayData__buffers

r/src/arrowExports.cpp:495–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493// arraydata.cpp
494cpp11::list ArrayData__buffers(const std::shared_ptr<arrow::ArrayData>& x);
495extern "C" SEXP _arrow_ArrayData__buffers(SEXP x_sexp){
496BEGIN_CPP11
497 arrow::r::Input<const std::shared_ptr<arrow::ArrayData>&>::type x(x_sexp);
498 return cpp11::as_sexp(ArrayData__buffers(x));
499END_CPP11
500}
501// bridge.cpp
502double external_pointer_addr_double(SEXP external_pointer);
503extern "C" SEXP _arrow_external_pointer_addr_double(SEXP external_pointer_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
ArrayData__buffersFunction · 0.85

Tested by

no test coverage detected