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

Function _arrow_io___BufferOutputStream__capacity

r/src/arrowExports.cpp:3803–3808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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){
3804BEGIN_CPP11
3805 arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp);
3806 return cpp11::as_sexp(io___BufferOutputStream__capacity(stream));
3807END_CPP11
3808}
3809// io.cpp
3810std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(const std::shared_ptr<arrow::io::BufferOutputStream>& stream);
3811extern "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