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

Method whole_part

be/src/runtime/decimal-value.inline.h:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template<typename T>
92inline const T DecimalValue<T>::whole_part(int scale) const {
93 return value() / DecimalUtil::GetScaleMultiplier<T>(scale);
94}
95
96template<typename T>
97inline const T DecimalValue<T>::fractional_part(int scale) const {

Callers 2

ConvertToTimestampValMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected