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

Function AssertFragmentsAreFromPath

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

Source from the content-addressed store, hash-verified

1756}
1757
1758inline void AssertFragmentsAreFromPath(FragmentIterator it,
1759 std::vector<std::string> expected) {
1760 // Ordering is not guaranteed.
1761 EXPECT_THAT(PathsOf(IteratorToVector(std::move(it))),
1762 testing::UnorderedElementsAreArray(expected));
1763}
1764
1765static std::vector<compute::Expression> PartitionExpressionsOf(
1766 const FragmentVector& fragments) {

Callers 2

AssertFinishWithPathsMethod · 0.85
TEST_FFunction · 0.85

Calls 2

PathsOfFunction · 0.85
IteratorToVectorFunction · 0.85

Tested by

no test coverage detected