alamb commented on issue #1009:
URL: https://github.com/apache/arrow-rs/issues/1009#issuecomment-989909913


   
   BTW the more I tried playing around with this, the nicer I think it would be 
to be able to do something like
   
   ```rust
       let array : DecimalArray = vec![1,2,3].into()
           .with_precision(10)
           .with_scale(5);
   ```


-- 
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]


Reply via email to