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

Function _arrow_Buffer__capacity

r/src/arrowExports.cpp:712–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710// buffer.cpp
711r_vec_size Buffer__capacity(const std::shared_ptr<arrow::Buffer>& buffer);
712extern "C" SEXP _arrow_Buffer__capacity(SEXP buffer_sexp){
713BEGIN_CPP11
714 arrow::r::Input<const std::shared_ptr<arrow::Buffer>&>::type buffer(buffer_sexp);
715 return cpp11::as_sexp(Buffer__capacity(buffer));
716END_CPP11
717}
718// buffer.cpp
719r_vec_size Buffer__size(const std::shared_ptr<arrow::Buffer>& buffer);
720extern "C" SEXP _arrow_Buffer__size(SEXP buffer_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Buffer__capacityFunction · 0.85

Tested by

no test coverage detected