-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
sort_batch always uses multi column sort by sorting first to indices and then sorting the batch. See:
| pub fn sort_batch( |
We can use https://arrow.apache.org/rust/arrow/compute/fn.sort_limit.html instead
Describe the solution you'd like
For single row case, sort the batch directly instead of sorting multiple columns.
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request