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

Function _arrow_fs___FileSystem__GetTargetInfos_FileSelector

r/src/arrowExports.cpp:3422–3428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3420// filesystem.cpp
3421cpp11::list fs___FileSystem__GetTargetInfos_FileSelector(const std::shared_ptr<fs::FileSystem>& file_system, const std::shared_ptr<fs::FileSelector>& selector);
3422extern "C" SEXP _arrow_fs___FileSystem__GetTargetInfos_FileSelector(SEXP file_system_sexp, SEXP selector_sexp){
3423BEGIN_CPP11
3424 arrow::r::Input<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
3425 arrow::r::Input<const std::shared_ptr<fs::FileSelector>&>::type selector(selector_sexp);
3426 return cpp11::as_sexp(fs___FileSystem__GetTargetInfos_FileSelector(file_system, selector));
3427END_CPP11
3428}
3429// filesystem.cpp
3430void fs___FileSystem__CreateDir(const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path, bool recursive);
3431extern "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