toddfarmer / arrow-migration

0 stars 1 forks source link

[C++] Return ToBytes by value from Decimal128 #867

Closed toddfarmer closed 7 years ago

toddfarmer commented 7 years ago

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 a std::array<uint8_t, 16>.

toddfarmer commented 7 years ago

Note: Comment by Wes McKinney (wesm): Issue resolved by pull request 1094 https://github.com/apache/arrow/pull/1094