Skip to content

Determine the expression boundaries of an AND conjuction #4158

@isidentical

Description

@isidentical

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Where we have an expression like a > 20 AND a < 80, we should be able to determine the boundaries of this operation by looking at the boundaries of the two sides and applying logical AND over the set of possible values.

Describe the solution you'd like

Implement both boundary analysis and selectivity analysis for the AND conjunctions.

Describe alternatives you've considered
None

Additional context
Tracked in #3929

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions