Files
doris/regression-test/data/nereids_syntax_p0/adjust_nullable.out
morrySnow 7e4bc1fee6 [fix](Nereids) add a rule to adjust nullable of all expressions (#15791)
we have some rules that change output's nullable in rewrite step. So we need a rule to adjust nullable at the end of rewrite step.

TODO
- remove the output slot map
- add nullable compare into slot reference
- use exprid to compare two slot if do not need to compare nullable
- merge all rules into one to adjust all type plans
2023-01-17 15:51:25 +08:00

7 lines
116 B
Plaintext

-- This file is automatically generated. You should know what you did if you want to edit this
-- !select --
1
2
3