Skip to content

Optimize NULL handling for string concatentation #21534

@neilconway

Description

@neilconway

Is your feature request related to a problem or challenge?

When concatenating (||) two Utf8Views, for every row we check two Options and build the NULL bitmap incrementally. It would probably be faster to build the NULL bitmap in bulk, which would mean checking a single bitmap per row instead of examining both Options. Annoyingly, StringViewBuilder doesn't have a way to use a precomputed null bitmap, so we still need to build the null bitmap itself incrementally.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions