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

Function _arrow_io___ReadableFile__Open

r/src/arrowExports.cpp:3753–3758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3751// io.cpp
3752std::shared_ptr<arrow::io::ReadableFile> io___ReadableFile__Open(const std::string& path);
3753extern "C" SEXP _arrow_io___ReadableFile__Open(SEXP path_sexp){
3754BEGIN_CPP11
3755 arrow::r::Input<const std::string&>::type path(path_sexp);
3756 return cpp11::as_sexp(io___ReadableFile__Open(path));
3757END_CPP11
3758}
3759// io.cpp
3760std::shared_ptr<arrow::io::BufferReader> io___BufferReader__initialize(const std::shared_ptr<arrow::Buffer>& buffer);
3761extern "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