| 563 | using GenericBasicDecimal::GenericBasicDecimal; |
| 564 | |
| 565 | constexpr BasicDecimal128() noexcept : GenericBasicDecimal() {} |
| 566 | |
| 567 | /// \brief Create a BasicDecimal128 from the two's complement representation. |
| 568 | #if ARROW_LITTLE_ENDIAN |
no outgoing calls