avantgardnerio commented on PR #3007: URL: https://github.com/apache/arrow-datafusion/pull/3007#issuecomment-1201708740
If I understand correctly, the other XXXArray types have iterators that return the primitive representations (i.e. `u128`), but Decimal now returns a struct with `From` and `to()` traits? https://github.com/apache/arrow-rs/blob/master/arrow/src/util/decimal.rs#L132 -- 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]
