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

Function io___BufferOutputStream__Create

r/src/io.cpp:180–184  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

178
179// [[arrow::export]]
180std::shared_ptr<arrow::io::BufferOutputStream> io___BufferOutputStream__Create(
181 int64_t initial_capacity) {
182 return ValueOrStop(
183 arrow::io::BufferOutputStream::Create(initial_capacity, gc_memory_pool()));
184}
185
186// [[arrow::export]]
187r_vec_size io___BufferOutputStream__capacity(

Calls 2

ValueOrStopFunction · 0.85
gc_memory_poolFunction · 0.85

Tested by

no test coverage detected