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

Function PathsOf

cpp/src/arrow/dataset/test_util_internal.h:1746–1750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744 public MakeFileSystemDatasetMixin {};
1745
1746static std::vector<std::string> PathsOf(const FragmentVector& fragments) {
1747 std::vector<std::string> paths(fragments.size());
1748 std::transform(fragments.begin(), fragments.end(), paths.begin(), PathOf);
1749 return paths;
1750}
1751
1752inline void AssertFilesAre(const std::shared_ptr<Dataset>& dataset,
1753 std::vector<std::string> expected) {

Callers 1

Calls 3

sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected