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

Function VerifyToString

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

Source from the content-addressed store, hash-verified

78
79template<typename T>
80void VerifyToString(const T& decimal, int precision, int scale, const string& expected) {
81 EXPECT_EQ(decimal.ToString(precision, scale), expected);
82}
83
84void StringToAllDecimals(const string& s, int precision, int scale, int32_t val,
85 StringParser::ParseResult result) {

Callers 1

TESTFunction · 0.85

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected