MCPcopy Create free account
hub / github.com/apache/arrow / _arrow_io___ReadableFile__Open

Function _arrow_io___ReadableFile__Open

r/src/arrowExports.cpp:3796–3801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
io___ReadableFile__OpenFunction · 0.85

Tested by

no test coverage detected