Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
44
cpp11::list ArrayData__buffers(const std::shared_ptr<arrow::ArrayData>& x) {
45
return arrow::r::to_r_list(x->buffers);
46
}
Callers
1
_arrow_ArrayData__buffers
Function · 0.85
Calls
1
to_r_list
Function · 0.85
Tested by
no test coverage detected