Skip to content

[C++] Add ComputeLogicalNullCount method to ChunkedArray #50260

Description

@pitrou

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions