Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](Nereids) simplify range result wrong when reference is nullable
if reference is nullable and simplify result should be IF(${reference} IS NULL, ${nullable_result}, ${not_null_result})
- Loading branch information