tustvold commented on issue #6528:
URL: https://github.com/apache/arrow-rs/issues/6528#issuecomment-2449871070

   You could either negate the boolean array, or construct a BooleanArray with 
a null buffer of the buffer you want to be null if false, and a values buffer 
of entirely false. Neither is exactly ideal, but the performance, especially of 
the latter, is likely going to be hard to beat.
   
   


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