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

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions