| 3801 | // io.cpp |
| 3802 | r_vec_size io___BufferOutputStream__capacity(const std::shared_ptr<arrow::io::BufferOutputStream>& stream); |
| 3803 | extern "C" SEXP _arrow_io___BufferOutputStream__capacity(SEXP stream_sexp){ |
| 3804 | BEGIN_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)); |
| 3807 | END_CPP11 |
| 3808 | } |
| 3809 | // io.cpp |
| 3810 | std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish(const std::shared_ptr<arrow::io::BufferOutputStream>& stream); |
| 3811 | extern "C" SEXP _arrow_io___BufferOutputStream__Finish(SEXP stream_sexp){ |
nothing calls this directly
no test coverage detected