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

Function Decimal64

cpp/src/arrow/util/decimal.h:173–174  ·  view source on GitHub ↗

\brief constructor creates a Decimal64 from a BasicDecimal64

Source from the content-addressed store, hash-verified

171
172 /// \brief constructor creates a Decimal64 from a BasicDecimal64
173 constexpr Decimal64(const BasicDecimal64& value) noexcept // NOLINT runtime/explicit
174 : BasicDecimal64(value) {}
175
176 explicit Decimal64(const BasicDecimal32& value) noexcept
177 : BasicDecimal64(static_cast<int64_t>(value.value())) {}

Callers 14

RoundedRightShiftMethod · 0.70
decimal.ccFile · 0.70
FromBigEndianMethod · 0.70
TESTFunction · 0.70
VisitMethod · 0.50
GetScalarsFunction · 0.50
TEST_PFunction · 0.50
ArrayOfMethod · 0.50
ConvertInputMethod · 0.50
ConvertOutputMethod · 0.50
ConvertOutputMethod · 0.50

Calls 1

valueMethod · 0.45

Tested by 4

TESTFunction · 0.56
GetScalarsFunction · 0.40
TEST_PFunction · 0.40
TESTFunction · 0.40