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

Function Decimal32

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

\brief constructor creates a Decimal32 from a BasicDecimal32

Source from the content-addressed store, hash-verified

66
67 /// \brief constructor creates a Decimal32 from a BasicDecimal32
68 constexpr Decimal32(const BasicDecimal32& value) noexcept // NOLINT runtime/explicit
69 : BasicDecimal32(value) {}
70
71 /// \brief Parse the number from a base 10 string representation
72 explicit Decimal32(const std::string& value);

Callers 10

FromBigEndianMethod · 0.70
TESTFunction · 0.70
VisitMethod · 0.50
GetScalarsFunction · 0.50
TEST_PFunction · 0.50
ArrayOfMethod · 0.50
ConvertInputMethod · 0.50
TESTFunction · 0.50
LogicalValueMethod · 0.50

Calls

no outgoing calls

Tested by 4

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