MarcoGorelli commented on issue #48060: URL: https://github.com/apache/arrow/issues/48060#issuecomment-3496943886
thanks @AlenkaF ! > Rows in a ListArray are ListScalar class which do not have an option to be sorted AFAIK. Just to clarify the request - I'm hoping for an efficient function like ``` import pyarrow.compute as pc pc.list_sort(my_list_array) ``` which does the whole thing in C++, rather than extracting each row as a scalar and sorting each one individually myself (especially from Python!) -- 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]
