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

Method ToString

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

Source from the content-addressed store, hash-verified

677/// if the whole part is zero otherwise there will be no left padding.
678template<typename T>
679inline std::string DecimalValue<T>::ToString(const ColumnType& type) const {
680 DCHECK_EQ(type.type, TYPE_DECIMAL);
681 return ToString(type.precision, type.scale);
682}
683
684template<typename T>
685inline std::string DecimalValue<T>::ToString(int precision, int scale) const {

Callers

nothing calls this directly

Calls 2

eraseMethod · 0.80
ToStringFunction · 0.50

Tested by

no test coverage detected