| 3758 | // io.cpp |
| 3759 | cpp11::strings io___RandomAccessFile__ReadMetadata(const std::shared_ptr<arrow::io::RandomAccessFile>& x); |
| 3760 | extern "C" SEXP _arrow_io___RandomAccessFile__ReadMetadata(SEXP x_sexp){ |
| 3761 | BEGIN_CPP11 |
| 3762 | arrow::r::Input<const std::shared_ptr<arrow::io::RandomAccessFile>&>::type x(x_sexp); |
| 3763 | return cpp11::as_sexp(io___RandomAccessFile__ReadMetadata(x)); |
| 3764 | END_CPP11 |
| 3765 | } |
| 3766 | // io.cpp |
| 3767 | std::shared_ptr<arrow::io::MemoryMappedFile> io___MemoryMappedFile__Create(const std::string& path, int64_t size); |
| 3768 | extern "C" SEXP _arrow_io___MemoryMappedFile__Create(SEXP path_sexp, SEXP size_sexp){ |
nothing calls this directly
no test coverage detected