Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Right now Decimal128 is represented as two 64-bit integers (in native endian order) and Decimal256 is represented as a std::array (in native endian order). We could make these consistent (presumably there should be no performance impact). It may also make it easier to extract a common base class or other niceties.
Attachments
Issue Links
- relates to
-
ARROW-10479 [C++][Decimal] Get rid of code duplication at Decimal
- Open
-
ARROW-9404 [C++] Add support for Decimal16, Decimal32 and Decimal64
- Open
-
ARROW-13439 [C++] Unify BasicDecimal128 and BasicDecimal256 classes
- Closed
- links to