Closed toddfarmer closed 7 years ago
Note: This issue was originally created as ARROW-1531. Please see the migration documentation for further details.
This is to provide a more convenient interface for converting Decimal128 into a std::array<uint8_t, 16>.
Decimal128
std::array<uint8_t, 16>
Note: Comment by Wes McKinney (wesm): Issue resolved by pull request 1094 https://github.com/apache/arrow/pull/1094
Note: This issue was originally created as ARROW-1531. Please see the migration documentation for further details.
Original Issue Description:
This is to provide a more convenient interface for converting
Decimal128
into astd::array<uint8_t, 16>
.