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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions