| 3820 | // io.cpp |
| 3821 | r_vec_size io___OutputStream__Tell(const std::shared_ptr<arrow::io::OutputStream>& stream); |
| 3822 | extern "C" SEXP _arrow_io___OutputStream__Tell(SEXP stream_sexp){ |
| 3823 | BEGIN_CPP11 |
| 3824 | arrow::r::Input<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp); |
| 3825 | return cpp11::as_sexp(io___OutputStream__Tell(stream)); |
| 3826 | END_CPP11 |
| 3827 | } |
| 3828 | // io.cpp |
| 3829 | std::shared_ptr<arrow::io::FileOutputStream> io___FileOutputStream__Open(const std::string& path); |
| 3830 | extern "C" SEXP _arrow_io___FileOutputStream__Open(SEXP path_sexp){ |
nothing calls this directly
no test coverage detected