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

Function _arrow_io___BufferOutputStream__Create

r/src/arrowExports.cpp:3838–3843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3836// io.cpp
3837std::shared_ptr<arrow::io::BufferOutputStream> io___BufferOutputStream__Create(int64_t initial_capacity);
3838extern "C" SEXP _arrow_io___BufferOutputStream__Create(SEXP initial_capacity_sexp){
3839BEGIN_CPP11
3840 arrow::r::Input<int64_t>::type initial_capacity(initial_capacity_sexp);
3841 return cpp11::as_sexp(io___BufferOutputStream__Create(initial_capacity));
3842END_CPP11
3843}
3844// io.cpp
3845r_vec_size io___BufferOutputStream__capacity(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3846extern "C" SEXP _arrow_io___BufferOutputStream__capacity(SEXP stream_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected