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

feat(optimizer): add boolean expression rule #149

Merged
merged 2 commits into from Nov 19, 2021
Merged

Conversation

MingjiHan99
Copy link
Collaborator

Signed-off-by: Mingji Han mingjihan@umass.edu

This PR add boolean expression optimization rule, which will convert expresions comparing with null into false.
Moreover, we will rewrite the filter plan if the condition is always true or false.

@skyzh skyzh merged commit b278f70 into main Nov 19, 2021
@skyzh skyzh deleted the bool-simplification branch November 19, 2021 01:31
@wangrunji0408 wangrunji0408 mentioned this pull request Nov 20, 2021
7 tasks
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

Successfully merging this pull request may close these issues.

None yet

2 participants