Skip to content

feat: support function 'or_filters' - #18606

Merged
bohutang merged 5 commits into
databendlabs:mainfrom
KKould:feat/or_filters
Aug 28, 2025
Merged

feat: support function 'or_filters'#18606
bohutang merged 5 commits into
databendlabs:mainfrom
KKould:feat/or_filters

Conversation

@KKould

@KKould KKould commented Aug 26, 2025

Copy link
Copy Markdown
Member

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

Support function or_filters is used to fold or conditions to avoid constructing huge expression trees

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test - Explain why

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@KKould
KKould requested a review from sundy-li August 26, 2025 10:33
@github-actions github-actions Bot added the pr-feature this PR introduces a new feature to the codebase label Aug 26, 2025
@KKould KKould changed the title feat: support 'or_filters' feat: support function 'or_filters' Aug 26, 2025
@KKould KKould self-assigned this Aug 27, 2025
@KKould
KKould marked this pull request as ready for review August 27, 2025 03:42
Comment thread src/query/expression/src/evaluator.rs Outdated
@bohutang
bohutang merged commit 1bccfd2 into databendlabs:main Aug 28, 2025
166 of 168 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature this PR introduces a new feature to the codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants