mbrobbel opened a new pull request, #5191:
URL: https://github.com/apache/arrow-rs/pull/5191

   # Rationale for this change
    
   It's currently not possible to take the underlying parts of a `BooleanArray`.
   
   # What changes are included in this PR?
   
   Adds an `into_parts` method to `BooleanArray`, following the pattern used 
for other arrays: https://docs.rs/arrow/latest/arrow/?search=into_parts.
   
   # Are there any user-facing changes?
   
   Users can now take the underlying parts of `BooleanArray`.


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