liyafan82 opened a new pull request #11035:
URL: https://github.com/apache/arrow/pull/11035


   The sorter should work for any type of vectors, with a time complexity of 
`O(n*log( n ))`.
   
   Since it does not make any assumptions about the memory layout of the 
vector, its performance can be sub-optimal. So if another sorter is applicable 
(e.g. `FixedWidthInPlaceVectorSorter`), it should be used in preference.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to