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

Method AssertFormatError

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

Source from the content-addressed store, hash-verified

60
61 template <StatusCode code = StatusCode::Invalid>
62 void AssertFormatError(compute::Expression expr) {
63 ASSERT_EQ(partitioning_->Format(expr).status().code(), code);
64 }
65
66 void AssertFormat(compute::Expression expr, const std::string& expected_directory,
67 const std::string& expected_filename = "") {

Callers

nothing calls this directly

Calls 3

FormatMethod · 0.80
codeMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected