Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information