MCPcopy Create free account
hub / github.com/apache/arrow / GetMinSentinel

Function GetMinSentinel

cpp/src/arrow/util/basic_decimal.h:393–395  ·  view source on GitHub ↗

\brief Get the minimum decimal value (is not a valid value).

Source from the content-addressed store, hash-verified

391
392 /// \brief Get the minimum decimal value (is not a valid value).
393 static constexpr BasicDecimal32 GetMinSentinel() {
394 return BasicDecimal32(std::numeric_limits<int32_t>::min());
395 }
396
397 /// \brief Scale multiplier for a given scale value.
398 static const BasicDecimal32& GetScaleMultiplier(int32_t scale);

Callers 3

antiextremeMethod · 0.85
anti_maxMethod · 0.85
MinMaxStateMethod · 0.85

Calls 4

BasicDecimal32Class · 0.85
BasicDecimal64Class · 0.85
BasicDecimal128Function · 0.85
BasicDecimal256Function · 0.85

Tested by

no test coverage detected