Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
"Argsort" is NumPy specific name. Other languages/libraries use
different name:
- MATLAB: sort
- https://mathworks.com/help/matlab/ref/sort.html
- "sort" returns sorted array and indices to sort array
It's better that we use general name because Arrow C++ isn't a NumPy
compatible library.
"SortToIndices" means "sort that returns indices array".
Attachments
Issue Links
- links to