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
Simplify comparisons and binary operations involving NULL (#17088)
* Use correct types for arithemtics in tests
* Simplify comparisons and binary operations involving NULL
There were optimizations simplifying some arithmetic operations (`*`,
`/`, `%` and some bitwise operations) when one operand is constant
`NULL`. This can be extended to almost all other binary operators.
* Convert to method on Operator
* Add clarifying comments to returns_null_on_null
0 commit comments