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

Function _arrow_io___BufferOutputStream__Create

r/src/arrowExports.cpp:3795–3800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3793// io.cpp
3794std::shared_ptr<arrow::io::BufferOutputStream> io___BufferOutputStream__Create(int64_t initial_capacity);
3795extern "C" SEXP _arrow_io___BufferOutputStream__Create(SEXP initial_capacity_sexp){
3796BEGIN_CPP11
3797 arrow::r::Input<int64_t>::type initial_capacity(initial_capacity_sexp);
3798 return cpp11::as_sexp(io___BufferOutputStream__Create(initial_capacity));
3799END_CPP11
3800}
3801// io.cpp
3802r_vec_size io___BufferOutputStream__capacity(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3803extern "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