Skip to content

feat[expr]: new fill null expr#6385

Merged
joseph-isaacs merged 2 commits intodevelopfrom
ji/fill-null-expr
Feb 10, 2026
Merged

feat[expr]: new fill null expr#6385
joseph-isaacs merged 2 commits intodevelopfrom
ji/fill-null-expr

Conversation

@joseph-isaacs
Copy link
Contributor

@joseph-isaacs joseph-isaacs commented Feb 10, 2026

Creates an expression that replaces null values with a fill value.

# use vortex_array::expr::{fill_null, root, lit};
let expr = fill_null(root(), lit(0i32));

Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@joseph-isaacs joseph-isaacs requested a review from AdamGS February 10, 2026 12:37
@joseph-isaacs joseph-isaacs added the changelog/feature A new feature label Feb 10, 2026
@joseph-isaacs joseph-isaacs enabled auto-merge (squash) February 10, 2026 12:37
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 10, 2026

Merging this PR will improve performance by 33.74%

⚡ 1 improved benchmark
✅ 1137 untouched benchmarks
⏩ 1265 skipped benchmarks1

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Simulation chunked_bool_into_canonical[(1000, 10)] 87.5 µs 65.4 µs +33.74%

Comparing ji/fill-null-expr (edcd15f) with develop (954311f)

Open in CodSpeed

Footnotes

  1. 1265 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@joseph-isaacs joseph-isaacs merged commit edb0c53 into develop Feb 10, 2026
45 of 46 checks passed
@joseph-isaacs joseph-isaacs deleted the ji/fill-null-expr branch February 10, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants