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++
Describe the enhancement requested
We have a
ComputeLogicalNullCountonArrayandArrayDatato 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++