[[arrow::export]]
| 151 | |
| 152 | // [[arrow::export]] |
| 153 | cpp11::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]] |
| 161 | cpp11::list fs___FileSystem__GetTargetInfos_FileSelector( |
no test coverage detected