tustvold commented on issue #2637: URL: https://github.com/apache/arrow-rs/issues/2637#issuecomment-1241440224
Imo it would make sense to implement the relevant arithmetic, etc... traits for `Decimal<DecimalType>`, potentially using i128 under the covers, and then `DecimalArray` would just be a `PrimitiveArray<Decimal<DecimalType>>`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
