| 3794 | // io.cpp |
| 3795 | std::shared_ptr<arrow::io::ReadableFile> io___ReadableFile__Open(const std::string& path); |
| 3796 | extern "C" SEXP _arrow_io___ReadableFile__Open(SEXP path_sexp){ |
| 3797 | BEGIN_CPP11 |
| 3798 | arrow::r::Input<const std::string&>::type path(path_sexp); |
| 3799 | return cpp11::as_sexp(io___ReadableFile__Open(path)); |
| 3800 | END_CPP11 |
| 3801 | } |
| 3802 | // io.cpp |
| 3803 | std::shared_ptr<arrow::io::BufferReader> io___BufferReader__initialize(const std::shared_ptr<arrow::Buffer>& buffer); |
| 3804 | extern "C" SEXP _arrow_io___BufferReader__initialize(SEXP buffer_sexp){ |
nothing calls this directly
no test coverage detected