[FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com> Co-authored-by: akaError <lzg020616@163.com> Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
This commit is contained in:
@ -1,15 +0,0 @@
|
||||
not (10 > 5 and 100 < 9)
|
||||
not not a > b
|
||||
not a > b
|
||||
not a = b
|
||||
not a < b
|
||||
not a is true
|
||||
not a between 1 and 100
|
||||
(1 and 2) and (3 and 4) and 5
|
||||
(1 or 2) or (3 or 4 or 5)
|
||||
(1 and 2) or (3 and 1)
|
||||
not(not(a))
|
||||
A or (A And B) or (A And C)
|
||||
(A and B) or (A and C and D)
|
||||
(A and B) or (A and C)
|
||||
(A and B and C) or (A and B and D)
|
Reference in New Issue
Block a user