-
Notifications
You must be signed in to change notification settings - Fork 1k
Use cudf::lists::distinct in Java binding
#11233
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 42 commits into
rapidsai:branch-22.08
from
ttnghia:use_lists_distinct_in_java
Jul 19, 2022
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
1d7e8e0
Add new implementation and test files
ttnghia 51b80db
Fix compile error
ttnghia 08a76ad
Rename function
ttnghia 16101f7
Implement `cudf::detail::stable_distinct` and `lists::distinct`
ttnghia 5ec13d6
Rewrite doxygen
ttnghia 6c5b738
Rename variable
ttnghia 5b70eee
Rewrite comment
ttnghia 238248d
Rename files
ttnghia ba6bf6b
Implement float tests
ttnghia 3845c95
Implement string tests
ttnghia 507c82d
Implement tests for `ListDistinctTypedTest`
ttnghia 2cb8347
Complete the remaining tests
ttnghia 7efdea0
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia 4388637
Rewrite doxygen
ttnghia 4dd5e74
Misc
ttnghia 3b0760c
Misc
ttnghia 9730b70
Rewrite test
ttnghia 9bd9b6f
Fix doxygen
ttnghia 790a482
Fix header
ttnghia 1c58baa
Rewrite doxygen
ttnghia d493c4f
Rewrite doxygen and fix headers
ttnghia d090d2a
Fix iterator type
ttnghia ee51822
Rewrite doxygen
ttnghia ccdd6f0
Add empty lines
ttnghia 034ee2a
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia b1231a2
Update default stream
ttnghia af91b80
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia 86c9ba8
Merge branch 'branch-22.08' into add_lists_distinct
ttnghia 99d70b1
Handle empty input
ttnghia 555eacc
Merge branch 'add_lists_distinct' into use_lists_distinct_in_java
ttnghia 6270714
Use `lists::distinct` in `dropListDuplicates`
ttnghia 6573d5a
Implement `lists_distinct_by_key` in JNI
ttnghia 1a9207f
Merge branch 'branch-22.08' into use_lists_distinct_in_java
ttnghia 010e455
Rewrite `lists_distinct_by_key`
ttnghia 9423f88
Write doxygen
ttnghia c95af16
Fix bug
ttnghia 0a173a0
Handle empty input
ttnghia 0abf02c
Misc
ttnghia af44430
Merge branch 'branch-22.08' into use_lists_distinct_in_java
ttnghia c4f010a
Rewrite doxygen
ttnghia 96eb628
Add sliced input tests
ttnghia d3dc961
Merge branch 'branch-22.08' into use_lists_distinct_in_java
ttnghia 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
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
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.