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

Function _arrow_fs___FileSystem__GetTargetInfos_FileSelector

r/src/arrowExports.cpp:3379–3385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3377// filesystem.cpp
3378cpp11::list fs___FileSystem__GetTargetInfos_FileSelector(const std::shared_ptr<fs::FileSystem>& file_system, const std::shared_ptr<fs::FileSelector>& selector);
3379extern "C" SEXP _arrow_fs___FileSystem__GetTargetInfos_FileSelector(SEXP file_system_sexp, SEXP selector_sexp){
3380BEGIN_CPP11
3381 arrow::r::Input<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
3382 arrow::r::Input<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
3383 return cpp11::as_sexp(fs___FileSystem__GetTargetInfos_FileSelector(file_system, selector));
3384END_CPP11
3385}
3386// filesystem.cpp
3387void fs___FileSystem__CreateDir(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path, bool recursive);
3388extern "C" SEXP _arrow_fs___FileSystem__CreateDir(SEXP file_system_sexp, SEXP path_sexp, SEXP recursive_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected