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

Function ArrayData__buffers

r/src/arraydata.cpp:44–46  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

42
43// [[arrow::export]]
44cpp11::list ArrayData__buffers(const std::shared_ptr<arrow::ArrayData>& x) {
45 return arrow::r::to_r_list(x->buffers);
46}

Callers 1

Calls 1

to_r_listFunction · 0.85

Tested by

no test coverage detected