| 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){ |
| 3863 | BEGIN_CPP11 |
| 3864 | arrow::r::Input<const std::shared_ptr<arrow::io::BufferOutputStream>&>::type stream(stream_sexp); |
| 3865 | return cpp11::as_sexp(io___BufferOutputStream__Tell(stream)); |
| 3866 | END_CPP11 |
| 3867 | } |
| 3868 | // io.cpp |
| 3869 | void io___BufferOutputStream__Write(const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes); |
| 3870 | extern "C" SEXP _arrow_io___BufferOutputStream__Write(SEXP stream_sexp, SEXP bytes_sexp){ |
nothing calls this directly
no test coverage detected