Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional rewrite rules for OR clause #3509

Closed
Mytherin opened this issue Apr 26, 2022 · 2 comments
Closed

Add additional rewrite rules for OR clause #3509

Mytherin opened this issue Apr 26, 2022 · 2 comments

Comments

@Mytherin
Copy link
Collaborator

  • Rewrite a=b OR (a IS NULL AND b IS NULL) to a IS NOT DISTINCT FROM b
  • Prune OR in statistics propagation (propagate_conjunction)

See #3487

@PedroTadim
Copy link
Contributor

As I have free time this week I can look at this. It's a great C++ exercise opportunity. I already added this rewrite for MonetDB, so I can make it for the Duck :)

@omo
Copy link
Contributor

omo commented May 11, 2023

Looks like this is fixed? @Mytherin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants