| 3844 | // io.cpp |
| 3845 | r_vec_size io___BufferOutputStream__capacity(const std::shared_ptr<arrow::io::BufferOutputStream>& stream); |
| 3846 | extern "C" SEXP _arrow_io___BufferOutputStream__capacity(SEXP stream_sexp){ |
| 3847 | BEGIN_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)); |
| 3850 | END_CPP11 |
| 3851 | } |
| 3852 | // io.cpp |
| 3853 | std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(const std::shared_ptr<arrow::io::BufferOutputStream>& stream); |
| 3854 | extern "C" SEXP _arrow_io___BufferOutputStream__Finish(SEXP stream_sexp){ |
nothing calls this directly
no test coverage detected