Skip to content

Commit

Permalink
Extract CSE logic to datafusion_common (#13002)
Browse files Browse the repository at this point in the history
* 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
peter-toth authored Oct 21, 2024
1 parent 701cb00 commit 45a316c
Show file tree
Hide file tree
Showing 7 changed files with 1,314 additions and 1,084 deletions.
21 changes: 11 additions & 10 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions datafusion/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ arrow-schema = { workspace = true }
chrono = { workspace = true }
half = { workspace = true }
hashbrown = { workspace = true }
indexmap = { workspace = true }
libc = "0.2.140"
num_cpus = { workspace = true }
object_store = { workspace = true, optional = true }
Expand Down
Loading

0 comments on commit 45a316c

Please sign in to comment.