| 3706 | // io.cpp |
| 3707 | r_vec_size io___RandomAccessFile__GetSize(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3708 | extern "C" SEXP _arrow_io___RandomAccessFile__GetSize(SEXP x_sexp){ |
| 3709 | BEGIN_CPP11 |
| 3710 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3711 | return cpp11::as_sexp(io___RandomAccessFile__GetSize(x)); |
| 3712 | END_CPP11 |
| 3713 | } |
| 3714 | // io.cpp |
| 3715 | bool io___RandomAccessFile__supports_zero_copy(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3716 | extern "C" SEXP _arrow_io___RandomAccessFile__supports_zero_copy(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected