| 3663 | // io.cpp |
| 3664 | r_vec_size io___RandomAccessFile__GetSize(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3665 | extern "C" SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){ |
| 3666 | BEGIN_CPP11 |
| 3667 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3668 | return cpp11::as_sexp(io___RandomAccessFile__GetSize(x)); |
| 3669 | END_CPP11 |
| 3670 | } |
| 3671 | // io.cpp |
| 3672 | bool io___RandomAccessFile__supports_zero_copy(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3673 | extern "C" SEXP _arrow_io___RandomAccessFile__supports_zero_copy(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected