You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Handling null in SQL expressions can be a challenging issue. When optimizing SQL and simplifying expressions, it is important to consider null cases to ensure that the SQL semantics remain unchanged. Therefore, we need utility functions related to null expressions to assist us. We can refer to Calcite's implementation of strong predicates for guidance.
Is your feature request related to a problem? Please describe.
Handling null in SQL expressions can be a challenging issue. When optimizing SQL and simplifying expressions, it is important to consider null cases to ensure that the SQL semantics remain unchanged. Therefore, we need utility functions related to null expressions to assist us. We can refer to Calcite's implementation of strong predicates for guidance.
https://github.com/apache/calcite/blob/c546d4a59cf1cb20e6ec2a8981decf179d9a6b50/core/src/main/java/org/apache/calcite/plan/Strong.java
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: