You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/01/12 15:57:00 UTC

[jira] [Assigned] (ARROW-13617) [C++] Make Decimal representations consistent

     [ https://issues.apache.org/jira/browse/ARROW-13617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Pitrou reassigned ARROW-13617:
--------------------------------------

    Assignee: Antoine Pitrou

> [C++] Make Decimal representations consistent
> ---------------------------------------------
>
>                 Key: ARROW-13617
>                 URL: https://issues.apache.org/jira/browse/ARROW-13617
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: David Li
>            Assignee: Antoine Pitrou
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)