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

Function Buffer__capacity

r/src/buffer.cpp:31–33  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

29
30// [[arrow::export]]
31r_vec_size Buffer__capacity(const std::shared_ptr<arrow::Buffer>& buffer) {
32 return r_vec_size(buffer->capacity());
33}
34
35// [[arrow::export]]
36r_vec_size Buffer__size(const std::shared_ptr<arrow::Buffer>& buffer) {

Callers 1

_arrow_Buffer__capacityFunction · 0.85

Calls 2

r_vec_sizeClass · 0.85
capacityMethod · 0.45

Tested by

no test coverage detected