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

Method GenericBasicDecimal

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

\brief Empty constructor creates a decimal with a value of 0.

Source from the content-addressed store, hash-verified

64
65 /// \brief Empty constructor creates a decimal with a value of 0.
66 constexpr GenericBasicDecimal() noexcept : array_({0}) {}
67
68 /// \brief Create a decimal from the two's complement representation.
69 ///

Callers

nothing calls this directly

Calls 2

ToNativeFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected