Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11.1k
Open
Labels
Description
#26018 calculates unique values using a hash set, which meansreturn_index
,return_inverse
, andreturn_counts
are not supported.
We can use a hash map instead and add support for those functionalities as well.