| 3689 | // io.cpp |
| 3690 | r_vec_size io___RandomAccessFile__Tell(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3691 | extern "C" SEXP _arrow_io___RandomAccessFile__Tell(SEXP x_sexp){ |
| 3692 | BEGIN_CPP11 |
| 3693 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3694 | return cpp11::as_sexp(io___RandomAccessFile__Tell(x)); |
| 3695 | END_CPP11 |
| 3696 | } |
| 3697 | // io.cpp |
| 3698 | std::shared_ptr<arrow::Buffer> io___RandomAccessFile__Read0(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3699 | extern "C" SEXP _arrow_io___RandomAccessFile__Read0(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected