| 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){ |
| 3855 | BEGIN_CPP11 |
| 3856 | arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp); |
| 3857 | return cpp11::as_sexp(io___BufferOutputStream__Finish(stream)); |
| 3858 | END_CPP11 |
| 3859 | } |
| 3860 | // io.cpp |
| 3861 | r_vec_size io___BufferOutputStream__Tell(const std::shared_ptr<arrow::io::BufferOutputStream>& stream); |
| 3862 | extern "C" SEXP _arrow_io___BufferOutputStream__Tell(SEXP stream_sexp){ |
nothing calls this directly
no test coverage detected