raulcd opened a new pull request, #45869:
URL: https://github.com/apache/arrow/pull/45869

   ### Rationale for this change
   
   Bitmaps are optional, having the possibility an utility function that allows 
us to do a `BitmapAnd` operation that takes into account the possibility of a 
bitmap being null can be handy as we don't have to cater for the specific case.
   
   ### What changes are included in this PR?
   
   Add a new `OptionalBitmapAnd` function.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No, just a new utility function.
   


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