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

Function _arrow_io___BufferOutputStream__capacity

r/src/arrowExports.cpp:3846–3851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
3847BEGIN_CPP11
3848 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3849 return cpp11::as_sexp(io___BufferOutputStream__capacity(stream));
3850END_CPP11
3851}
3852// io.cpp
3853std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3854extern "C" SEXP _arrow_io___BufferOutputStream__Finish(SEXP stream_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected