MCPcopy Create free account
hub / github.com/apache/impala / VerifyEquals

Function VerifyEquals

be/src/runtime/decimal-test.cc:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template <typename T>
43void VerifyEquals(const DecimalValue<T>& t1, const DecimalValue<T>& t2) {
44 if (t1 != t2) {
45 LOG(ERROR) << t1 << " != " << t2;
46 EXPECT_TRUE(false);
47 }
48}
49
50template <typename T>
51void VerifyParse(const string& s, int precision, int scale, bool round,

Callers 1

VerifyParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected