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

Function Decimal256

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

\brief constructor creates a Decimal256 from a BasicDecimal256.

Source from the content-addressed store, hash-verified

416
417 /// \brief constructor creates a Decimal256 from a BasicDecimal256.
418 constexpr Decimal256(const BasicDecimal256& value) noexcept // NOLINT(runtime/explicit)
419 : BasicDecimal256(value) {}
420
421 /// \brief Parse the number from a base 10 string representation.
422 explicit Decimal256(const std::string& value);

Callers 15

FromBigEndianMethod · 0.70
RoundedRightShiftMethod · 0.70
PrintToFunction · 0.70
Decimal256FromLEFunction · 0.70
TESTFunction · 0.70
Decimal256FromInt128Function · 0.70
VisitMethod · 0.50
GetScalarsFunction · 0.50
TEST_PFunction · 0.50
ArrayOfMethod · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 10

PrintToFunction · 0.56
Decimal256FromLEFunction · 0.56
TESTFunction · 0.56
Decimal256FromInt128Function · 0.56
GetScalarsFunction · 0.40
TEST_PFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
GetLogicalValueFunction · 0.40