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

Function ArrayData__get_offset

r/src/arraydata.cpp:39–41  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

37
38// [[arrow::export]]
39r_vec_size ArrayData__get_offset(const std::shared_ptr<arrow::ArrayData>& x) {
40 return r_vec_size(x->offset);
41}
42
43// [[arrow::export]]
44cpp11::list ArrayData__buffers(const std::shared_ptr<arrow::ArrayData>& x) {

Callers 1

Calls 1

r_vec_sizeClass · 0.85

Tested by

no test coverage detected