| 3751 | // io.cpp |
| 3752 | std::shared_ptr<arrow::io::ReadableFile> io___ReadableFile__Open(const std::string& path); |
| 3753 | extern "C" SEXP _arrow_io___ReadableFile__Open(SEXP path_sexp){ |
| 3754 | BEGIN_CPP11 |
| 3755 | arrow::r::Input<const std::string&>::type path(path_sexp); |
| 3756 | return cpp11::as_sexp(io___ReadableFile__Open(path)); |
| 3757 | END_CPP11 |
| 3758 | } |
| 3759 | // io.cpp |
| 3760 | std::shared_ptr<arrow::io::BufferReader> io___BufferReader__initialize(const std::shared_ptr<arrow::Buffer>& buffer); |
| 3761 | extern "C" SEXP _arrow_io___BufferReader__initialize(SEXP buffer_sexp){ |
nothing calls this directly
no test coverage detected