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

Function _arrow_fs___FileSystem__OpenAppendStream

r/src/arrowExports.cpp:3488–3494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3486// filesystem.cpp
3487std::shared_ptr<arrow::io::OutputStream> fs___FileSystem__OpenAppendStream(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path);
3488extern "C" SEXP _arrow_fs___FileSystem__OpenAppendStream(SEXP file_system_sexp, SEXP path_sexp){
3489BEGIN_CPP11
3490 arrow::r::Input<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
3491 arrow::r::Input<const std::string&>::type path(path_sexp);
3492 return cpp11::as_sexp(fs___FileSystem__OpenAppendStream(file_system, path));
3493END_CPP11
3494}
3495// filesystem.cpp
3496std::string fs___FileSystem__type_name(const std::shared_ptr<fs::FileSystem>& file_system);
3497extern "C" SEXP _arrow_fs___FileSystem__type_name(SEXP file_system_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected