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

Function StringToAllDecimals

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

Source from the content-addressed store, hash-verified

82}
83
84void StringToAllDecimals(const string& s, int precision, int scale, int32_t val,
85 StringParser::ParseResult result) {
86 VerifyParse(s, precision, scale, Decimal4Value(val), result);
87 VerifyParse(s, precision, scale, Decimal8Value(val), result);
88 VerifyParse(s, precision, scale, Decimal16Value(val), result);
89}
90
91void StringToAllDecimals(const string& s, int precision, int scale,
92 int32_t val_v1, StringParser::ParseResult result_v1,

Callers 1

TESTFunction · 0.85

Calls 1

VerifyParseFunction · 0.85

Tested by

no test coverage detected