You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/16 03:41:20 UTC

[GitHub] [arrow-rs] viirya commented on pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder

viirya commented on PR #1871:
URL: https://github.com/apache/arrow-rs/pull/1871#issuecomment-1157197892

   > @viirya a question which is not about this pr. How to represent decimal256 in rust?How does c++ implement it? I'm not familiar with arrow c++ version.
   
   Like C++ Arrow Decimal256, we can represent the integer in an array of parts of it. C++ Arrow Decimal256 uses an uint64_t array.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org