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

Function SortInfos

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

Source from the content-addressed store, hash-verified

133}
134
135void SortInfos(std::vector<FileInfo>* infos) {
136 std::sort(infos->begin(), infos->end(), FileInfo::ByPath{});
137}
138
139std::vector<FileInfo> SortedInfos(const std::vector<FileInfo>& infos) {
140 auto sorted = infos;

Callers 8

TEST_FFunction · 0.85
AssertPathsFunction · 0.85
GetSortedInfosFunction · 0.85
SortedInfosFunction · 0.85
TYPED_TESTFunction · 0.85
TestBucketFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected