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

Function _arrow_fs___FileSystem__GetTargetInfos_Paths

r/src/arrowExports.cpp:3370–3376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3368// filesystem.cpp
3369cpp11::list fs___FileSystem__GetTargetInfos_Paths(const std::shared_ptr<fs::FileSystem>& file_system, const std::vector<std::string>& paths);
3370extern "C" SEXP _arrow_fs___FileSystem__GetTargetInfos_Paths(SEXP file_system_sexp, SEXP paths_sexp){
3371BEGIN_CPP11
3372 arrow::r::Input<const std::shared_ptr<fs::FileSystem>&>::type file_system(file_system_sexp);
3373 arrow::r::Input<const std::vector<std::string>&>::type paths(paths_sexp);
3374 return cpp11::as_sexp(fs___FileSystem__GetTargetInfos_Paths(file_system, paths));
3375END_CPP11
3376}
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){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected