| 3715 | // io.cpp |
| 3716 | cpp11::strings io___RandomAccessFile__ReadMetadata(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3717 | extern "C" SEXP _arrow_io___RandomAccessFile__ReadMetadata(SEXP x_sexp){ |
| 3718 | BEGIN_CPP11 |
| 3719 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3720 | return cpp11::as_sexp(io___RandomAccessFile__ReadMetadata(x)); |
| 3721 | END_CPP11 |
| 3722 | } |
| 3723 | // io.cpp |
| 3724 | std::shared_ptr<arrow::io::MemoryMappedFile> io___MemoryMappedFile__Create(const std::string& path, int64_t size); |
| 3725 | extern "C" SEXP _arrow_io___MemoryMappedFile__Create(SEXP path_sexp, SEXP size_sexp){ |
nothing calls this directly
no test coverage detected