| 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){ |
| 3812 | BEGIN_CPP11 |
| 3813 | arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp); |
| 3814 | return cpp11::as_sexp(io___BufferOutputStream__Finish(stream)); |
| 3815 | END_CPP11 |
| 3816 | } |
| 3817 | // io.cpp |
| 3818 | r_vec_size io___BufferOutputStream__Tell(const std::shared_ptr<arrow::io::BufferOutputStream>& stream); |
| 3819 | extern "C" SEXP _arrow_io___BufferOutputStream__Tell(SEXP stream_sexp){ |
nothing calls this directly
no test coverage detected