Skip to content

[coalesce] Implement specialized push_batch_with_filter for primitive array #7762

@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The idea here is that push_batch_with_filter currently calls filter which copies the passing values into a new array only to then copy the values again into the final output

If we can remove the intermediate result we may be able to improve performance substantially

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Labels

enhancementAny new improvement worthy of a entry in the changelog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions