-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
I am trying to use the interval analysis when applying bloom filters (#7821) to parquet files (as a first step towards eventually using them for all predicate pruning).
However, at the moment interval analysis does not support OR, so expressions like false OR false can not be simplfied
Describe the solution you'd like
Implement Operator::OR in apply_operator:
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request