| 3777 | // io.cpp |
| 3778 | r_vec_size io___OutputStream__Tell(const std::shared_ptr<arrow::io::OutputStream>& stream); |
| 3779 | extern "C" SEXP _arrow_io___OutputStream__Tell(SEXP stream_sexp){ |
| 3780 | BEGIN_CPP11 |
| 3781 | arrow::r::Input<const std::shared_ptr<arrow::io::OutputStream>&>::type stream(stream_sexp); |
| 3782 | return cpp11::as_sexp(io___OutputStream__Tell(stream)); |
| 3783 | END_CPP11 |
| 3784 | } |
| 3785 | // io.cpp |
| 3786 | std::shared_ptr<arrow::io::FileOutputStream> io___FileOutputStream__Open(const std::string& path); |
| 3787 | extern "C" SEXP _arrow_io___FileOutputStream__Open(SEXP path_sexp){ |
nothing calls this directly
no test coverage detected