Files
doris/fe/fe-core
morrySnow 1f5edae090 [fix](Nereids) prune not required window expressions on window operator (#35593)
pick from master #35504

if window expression is not required by its parent, we should prune this
column. If all window expressions of window operator are pruned, we
remove this window operator directly.
2024-05-29 15:27:27 +08:00
..