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

Function io___BufferOutputStream__capacity

r/src/io.cpp:187–190  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

185
186// [[arrow::export]]
187r_vec_size io___BufferOutputStream__capacity(
188 const std::shared_ptr<arrow::io::BufferOutputStream>& stream) {
189 return r_vec_size(stream->capacity());
190}
191
192// [[arrow::export]]
193std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(

Calls 2

r_vec_sizeClass · 0.85
capacityMethod · 0.45

Tested by

no test coverage detected