We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem or challenge? Please describe what you are trying to do. I want to be able to sort every valid array
Describe the solution you'd like calling arrow-ord::sort::sort on any type should just work
arrow-ord::sort::sort
Describe alternatives you've considered Not using the sort kernel
This requires couple of changes
rank
The text was updated successfully, but these errors were encountered:
I'm currently working on sorting list of booleans - there is a PR ready
working now on the sorting nested lists of any depth
Sorry, something went wrong.
For nested data types we should direct people to using https://docs.rs/arrow-row/latest/arrow_row/#lexsort.
We shouldn't add support to the sort kernel, as it will just be slower. It also has challenges when it comes to null ordering
No branches or pull requests
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I want to be able to sort every valid array
Describe the solution you'd like
calling
arrow-ord::sort::sort
on any type should just workDescribe alternatives you've considered
Not using the sort kernel
This requires couple of changes
rank
and sorting list of booleans #6912The text was updated successfully, but these errors were encountered: