Description
We would like to cover more cases in expression simplification, such as:
x>5 and x is not null => x>5
x>5 and x is null => not satisfiable
x>5 and x<=5 => not satisfiable
Attachments
Issue Links
- is superceded by
-
CALCITE-1220 Further extend simplify for reducing expressions
- Closed