-
Notifications
You must be signed in to change notification settings - Fork 983
Apply primitive row operators into hash join #18896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rapids-bot
merged 47 commits into
rapidsai:branch-25.08
from
PointKernel:primitive-join
Jun 18, 2025
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
4497d96
Add primitive row op trait for cleanup
PointKernel 294a0c4
Cleanup
PointKernel 4383fae
Add default hash seed to primitive row hasher
PointKernel 9d9b50a
Add default hasher type
PointKernel 99374f0
Move trait definition to CUDA file
PointKernel 2957477
Apply primitive row ops in hash join
PointKernel 238d5db
Minor nullate cleanups
PointKernel eb1bcbc
Cleanup to avoid duplicates
PointKernel 37972ed
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel 2336108
Minor cleanups
PointKernel bfb2794
push
PointKernel 6d9db22
Add more explicit instantiations
PointKernel aa157cc
Fix build issues with instantiations
PointKernel 2932948
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel 33efc85
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel f534818
First version without build failures
PointKernel f0c3616
Add missing files
PointKernel 19eaae1
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel c2b61be
Update python test: sort before equality check
PointKernel f41bf8e
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel 6a66970
Fix a leftover in full join computation
PointKernel 653f818
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel f92f5c9
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel 4221d5a
Remove unrelated include
PointKernel 0f59a62
Merge branch 'branch-25.08' into primitive-join
PointKernel b6ca2c2
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel 71d7dc2
Update cpp/src/join/join_common_utils.cuh
PointKernel 361d191
Rename for consistency
PointKernel a35101a
Renaming for consistency
PointKernel 571286b
Merge remote-tracking branch 'origin/primitive-join' into primitive-join
PointKernel 3da2070
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel eef1d01
Merge branch 'branch-25.08' into primitive-join
PointKernel aa1682b
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel ffd6265
Revert mixed join changes
PointKernel 32e23c8
Remove primitive files
PointKernel dfb3fb1
Revert CMake changes
PointKernel ee29ba4
Cleanups
PointKernel c94bc66
Merge remote-tracking branch 'origin/primitive-join' into primitive-join
PointKernel 6699013
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel 127066e
Apply suggestions from code review
PointKernel bd26f5e
Update docs
PointKernel f240621
Merge remote-tracking branch 'origin/primitive-join' into primitive-join
PointKernel ea84493
Apply suggestions from code review
PointKernel 43155a5
Merge remote-tracking branch 'upstream/branch-25.08' into primitive-join
PointKernel 0d7273d
Merge remote-tracking branch 'origin/primitive-join' into primitive-join
PointKernel fe33a1b
Update docs
PointKernel c6c1749
Remove unused header
PointKernel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.