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

Function _arrow_Array__ReferencedBufferSize

r/src/arrowExports.cpp:412–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410// array.cpp
411r_vec_size Array__ReferencedBufferSize(const std::shared_ptr<arrow::Array>& x);
412extern "C" SEXP _arrow_Array__ReferencedBufferSize(SEXP x_sexp){
413BEGIN_CPP11
414 arrow::r::Input<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
415 return cpp11::as_sexp(Array__ReferencedBufferSize(x));
416END_CPP11
417}
418// array.cpp
419std::shared_ptr<arrow::Array> arrow__Concatenate(cpp11::list dots);
420extern "C" SEXP _arrow_arrow__Concatenate(SEXP dots_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected