| 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){ |
| 3820 | BEGIN_CPP11 |
| 3821 | arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp); |
| 3822 | return cpp11::as_sexp(io___BufferOutputStream__Tell(stream)); |
| 3823 | END_CPP11 |
| 3824 | } |
| 3825 | // io.cpp |
| 3826 | void io___BufferOutputStream__Write(const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes); |
| 3827 | extern "C" SEXP _arrow_io___BufferOutputStream__Write(SEXP stream_sexp, SEXP bytes_sexp){ |
nothing calls this directly
no test coverage detected