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

Function _arrow_fs___FileSystem__OpenInputStream

r/src/arrowExports.cpp:3461–3467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3459// filesystem.cpp
3460std::shared_ptr<arrow::io::InputStream> fs___FileSystem__OpenInputStream(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
3461extern "C" SEXP _arrow_fs___FileSystem__OpenInputStream(SEXP file_system_sexp, SEXP path_sexp){
3462BEGIN_CPP11
3463 arrow::r::Input<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
3464 arrow::r::Input<const std::string&>::type path(path_sexp);
3465 return cpp11::as_sexp(fs___FileSystem__OpenInputStream(file_system, path));
3466END_CPP11
3467}
3468// filesystem.cpp
3469std::shared_ptr<arrow::io::RandomAccessFile> fs___FileSystem__OpenInputFile(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
3470extern "C" SEXP _arrow_fs___FileSystem__OpenInputFile(SEXP file_system_sexp, SEXP path_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected