Skip to content

Commit

Permalink
refactor(rust): Improve hash join build sample implementation (#21236)
Browse files Browse the repository at this point in the history
  • Loading branch information
orlp authored Feb 13, 2025
1 parent bb035fa commit 918bb1a
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 227 deletions.
1 change: 1 addition & 0 deletions 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 crates/polars-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description = "Private crate for the streaming execution engine for the Polars D
[dependencies]
atomic-waker = { workspace = true }
crossbeam-deque = { workspace = true }
crossbeam-queue = { workspace = true }
crossbeam-utils = { workspace = true }
futures = { workspace = true }
memmap = { workspace = true }
Expand Down
Loading

0 comments on commit 918bb1a

Please sign in to comment.