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 2021/12/22 01:40:15 UTC

[GitHub] [arrow-rs] liukun4515 opened a new issue #1083: Add into iter for decimal array

liukun4515 opened a new issue #1083:
URL: https://github.com/apache/arrow-rs/issues/1083


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   In some cases, we need iter the decimal array, but the method of the accessor is below
   ![image](https://user-images.githubusercontent.com/7450163/147020320-4ca45d61-93ba-4b6e-b423-83371ce0b28b.png)
   
   We need to use the loop/for the method to iter the decimal array.
   
   We need to implement the into iter for the decimal array
   
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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



[GitHub] [arrow-rs] alamb closed issue #1083: Add into iter for decimal array

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1083:
URL: https://github.com/apache/arrow-rs/issues/1083


   


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



[GitHub] [arrow-rs] alamb commented on issue #1083: Add into iter for decimal array

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #1083:
URL: https://github.com/apache/arrow-rs/issues/1083#issuecomment-1019475412


   I took a crack at this one in https://github.com/apache/arrow-rs/pull/1223


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