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

Function _arrow_fs___FileSystemFromUri

r/src/arrowExports.cpp:3530–3535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3528// filesystem.cpp
3529cpp11::writable::list fs___FileSystemFromUri(const std::string& path);
3530extern "C" SEXP _arrow_fs___FileSystemFromUri(SEXP path_sexp){
3531BEGIN_CPP11
3532 arrow::r::Input<const std::string&>::type path(path_sexp);
3533 return cpp11::as_sexp(fs___FileSystemFromUri(path));
3534END_CPP11
3535}
3536// filesystem.cpp
3537void fs___CopyFiles(const std::shared_ptr<fs::FileSystem>& source_fs, const std::shared_ptr<fs::FileSelector>& source_sel, const std::shared_ptr<fs::FileSystem>& destination_fs, const std::string& destination_base_dir, int64_t chunk_size, bool use_threads);
3538extern "C" SEXP _arrow_fs___CopyFiles(SEXP source_fs_sexp, SEXP source_sel_sexp, SEXP destination_fs_sexp, SEXP destination_base_dir_sexp, SEXP chunk_size_sexp, SEXP use_threads_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
fs___FileSystemFromUriFunction · 0.85

Tested by

no test coverage detected