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(sql): add op "not like" #415

Merged
merged 4 commits into from
Aug 17, 2024
Merged

Conversation

jzl18thu
Copy link
Collaborator

@jzl18thu jzl18thu commented Aug 7, 2024

NotFilterRemoveRule优化器会消除所有filter中的 not 符号,例如将 !(a>1) 改写为 a<=1,但是 like 没有对应的取反的比较运算符,因此新增实现 not like

@jzl18thu jzl18thu closed this Aug 12, 2024
@jzl18thu jzl18thu reopened this Aug 12, 2024
@jzl18thu jzl18thu closed this Aug 16, 2024
@jzl18thu jzl18thu reopened this Aug 16, 2024
@zhuyuqing zhuyuqing merged commit f8011b2 into IGinX-THU:main Aug 17, 2024
109 checks passed
@jzl18thu jzl18thu deleted the feat-not_like branch January 1, 2025 14:07
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.

3 participants