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

Method TestPathTree

cpp/src/arrow/dataset/subtree_test.cc:63–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 std::vector<TestPathTree> subtrees;
62
63 explicit TestPathTree(std::string file_path)
64 : info(FileInfo::File(std::move(file_path))) {}
65
66 TestPathTree(std::string dir_path, std::vector<TestPathTree> subtrees)
67 : info(FileInfo::Dir(std::move(dir_path))), subtrees(std::move(subtrees)) {}

Callers

nothing calls this directly

Calls 4

DirFunction · 0.85
num_descendantsMethod · 0.80
emplace_backMethod · 0.80
FileClass · 0.50

Tested by

no test coverage detected