Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract CSE logic to
datafusion_common
(#13002)
* Extract CSE logic * address review comments, move `HashNode` to `datafusion_common::cse`, shorter names for eliminator and controller, change `CSE::extract_common_nodes()` to return `Result<FoundCommonNodes<N>>` (instead of `Result<Transformed<FoundCommonNodes<N>>>`)
- Loading branch information