Skip to content

Commit

Permalink
Make CommonSubexprEliminate top-down like (#11683)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
peter-toth and alamb authored Aug 9, 2024
1 parent 7c41323 commit b5d7931
Showing 1 changed file with 417 additions and 368 deletions.
Loading

0 comments on commit b5d7931

Please sign in to comment.