Skip to content

[C++] Real null count for DictionaryArray #38457

@R-JunmingChen

Description

@R-JunmingChen

Describe the enhancement requested

Currently, DictionaryArray::null_count() counts the number of nulls among the dict indices, but ignores nulls among dict values. It will be useful that we can count the same of the null number as the DictionaryArray is decoded. That would also help #37100. The implementation could be a member function like DictionaryArray::CountNullValues.

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions