| 3732 | // io.cpp |
| 3733 | r_vec_size io___RandomAccessFile__Tell(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3734 | extern "C" SEXP _arrow_io___RandomAccessFile__Tell(SEXP x_sexp){ |
| 3735 | BEGIN_CPP11 |
| 3736 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3737 | return cpp11::as_sexp(io___RandomAccessFile__Tell(x)); |
| 3738 | END_CPP11 |
| 3739 | } |
| 3740 | // io.cpp |
| 3741 | std::shared_ptr<arrow::Buffer> io___RandomAccessFile__Read0(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3742 | extern "C" SEXP _arrow_io___RandomAccessFile__Read0(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected