Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Right now simplifyUsingPredicates bails out for all <> comparisions; however if it's already an explicit predicate (or its negated one); then it could be demoted to:
x IS NOT NULL or null
which could be further simplified in most cases..
Attachments
Issue Links
- relates to
-
CALCITE-3198 Enhance RexSimplify to handle (x<>a or x<>b)
- Closed