| 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){ |
| 3743 | BEGIN_CPP11 |
| 3744 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3745 | return cpp11::as_sexp(io___RandomAccessFile__Read0(x)); |
| 3746 | END_CPP11 |
| 3747 | } |
| 3748 | // io.cpp |
| 3749 | std::shared_ptr<arrow::Buffer> io___RandomAccessFile__ReadAt(const std::shared_ptr<arrow::io::RandomAccessFile>& x, int64_t position, int64_t nbytes); |
| 3750 | extern "C" SEXP _arrow_io___RandomAccessFile__ReadAt(SEXP x_sexp, SEXP position_sexp, SEXP nbytes_sexp){ |
nothing calls this directly
no test coverage detected