| 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){ |
| 3700 | BEGIN_CPP11 |
| 3701 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3702 | return cpp11::as_sexp(io___RandomAccessFile__Read0(x)); |
| 3703 | END_CPP11 |
| 3704 | } |
| 3705 | // io.cpp |
| 3706 | std::shared_ptr<arrow::Buffer> io___RandomAccessFile__ReadAt(const std::shared_ptr<arrow::io::RandomAccessFile>& x, int64_t position, int64_t nbytes); |
| 3707 | extern "C" SEXP _arrow_io___RandomAccessFile__ReadAt(SEXP x_sexp, SEXP position_sexp, SEXP nbytes_sexp){ |
nothing calls this directly
no test coverage detected