pitrou opened a new issue, #50260: URL: https://github.com/apache/arrow/issues/50260
### Describe the enhancement requested We have a `ComputeLogicalNullCount` on `Array` and `ArrayData` to compute the logical null count of run-end-encoded arrays and other likewise arrays with logical nulls, such as unions. However, this functionality is missing in `ChunkedArray`, which will inevitably lead to clumsy hand-written code here and there. ### Component(s) C++ -- 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]
