Skip to content

Make ExecutionArgs a dyn trait

65cadcd
Select commit
Loading
Failed to load commit list.
Closed

Pass Columnar arguments to scalar functions #6718

Make ExecutionArgs a dyn trait
65cadcd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2026 in 0s

80.71% (-0.01%) compared to c9e1c70, passed because coverage increased by 0% when compared to adjusted base (80.70%)

View this Pull Request on Codecov

80.71% (-0.01%) compared to c9e1c70, passed because coverage increased by 0% when compared to adjusted base (80.70%)

Details

Codecov Report

❌ Patch coverage is 68.61314% with 43 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.71%. Comparing base (c9e1c70) to head (65cadcd).

Files with missing lines Patch % Lines
vortex-array/src/scalar_fn/fns/get_item.rs 0.00% 30 Missing ⚠️
vortex-array/src/scalar_fn/fns/merge.rs 20.00% 4 Missing ⚠️
vortex-array/src/canonical.rs 75.00% 3 Missing ⚠️
vortex-array/src/scalar_fn/fns/not/mod.rs 76.92% 3 Missing ⚠️
vortex-array/src/columnar.rs 80.00% 1 Missing ⚠️
vortex-array/src/scalar_fn/fns/fill_null/mod.rs 85.71% 1 Missing ⚠️
vortex-array/src/scalar_fn/fns/pack.rs 0.00% 1 Missing ⚠️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.