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
Make CommonSubexprEliminate top-down like (#11683)
* Make `CommonSubexprEliminate` top-down like
* fix top-down recursion, fix unit tests to use real a Optimizer to verify behavior on plans
* Extract result of `find_common_exprs` into a struct (#4)
* Extract the result of find_common_exprs into a struct
* Make naming consistent
---------
Co-authored-by: Andrew Lamb <[email protected]>
0 commit comments