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

Method AssertParseError

cpp/src/arrow/dataset/partition_test.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50class TestPartitioning : public ::testing::Test {
51 public:
52 void AssertParseError(const std::string& path) {
53 ASSERT_RAISES(Invalid, partitioning_->Parse(path));
54 }
55
56 void AssertParse(const std::string& path, compute::Expression expected) {
57 ASSERT_OK_AND_ASSIGN(auto parsed, partitioning_->Parse(path));

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected