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.
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
Update
distinct/unique_count
toexperimental::row
hasher/comparator #12776Update
distinct/unique_count
toexperimental::row
hasher/comparator #12776Changes from all commits
4a8085a
f71d161
3ca298c
7c167a7
0ceb79e
37e7326
b44f603
c2ff1fc
c2ca8ee
ffdf10c
53e918f
65e2bce
c6bc7f5
1344e33
4123379
26f38b3
9d0f7a6
fe41be8
02dd5c5
5db4d03
03d754d
22d5f90
76af717
0ac7d8d
d882693
e6c41a5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that we can't capture the comparator by reference because it's a host object that needs to be copied to device for the lambda?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's correct