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

Function SortedInfos

cpp/src/arrow/filesystem/test_util.cc:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139std::vector<FileInfo> SortedInfos(const std::vector<FileInfo>& infos) {
140 auto sorted = infos;
141 SortInfos(&sorted);
142 return sorted;
143}
144
145void CollectFileInfoGenerator(FileInfoGenerator gen, FileInfoVector* out_infos) {
146 auto fut = CollectAsyncGenerator(gen);

Callers 1

TEST_FFunction · 0.85

Calls 1

SortInfosFunction · 0.85

Tested by

no test coverage detected