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

Function fs___FileSystem__GetTargetInfos_Paths

r/src/filesystem.cpp:153–158  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

151
152// [[arrow::export]]
153cpp11::list fs___FileSystem__GetTargetInfos_Paths(
154 const std::shared_ptr<fs::FileSystem>& file_system,
155 const std::vector<std::string>& paths) {
156 auto results = ValueOrStop(file_system->GetFileInfo(paths));
157 return arrow::r::to_r_list(shared_ptr_vector(results));
158}
159
160// [[arrow::export]]
161cpp11::list fs___FileSystem__GetTargetInfos_FileSelector(

Calls 4

ValueOrStopFunction · 0.85
to_r_listFunction · 0.85
shared_ptr_vectorFunction · 0.85
GetFileInfoMethod · 0.45

Tested by

no test coverage detected