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

Function GetMaxSentinel

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

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

Source from the content-addressed store, hash-verified

386
387 /// \brief Get the maximum decimal value (is not a valid value).
388 static constexpr BasicDecimal32 GetMaxSentinel() {
389 return BasicDecimal32(std::numeric_limits<int32_t>::max());
390 }
391
392 /// \brief Get the minimum decimal value (is not a valid value).
393 static constexpr BasicDecimal32 GetMinSentinel() {

Callers 3

antiextremeMethod · 0.85
anti_minMethod · 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