ParkMyCar opened a new issue, #5559:
URL: https://github.com/apache/arrow-rs/issues/5559

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   Problem, I need to sort a 
[`StructArray`](https://docs.rs/arrow/latest/arrow/array/struct.StructArray.html)
 and it doesn't seem to currently be possible.
   
   **Describe the solution you'd like**
   
   Ideally the 
[`arrow_ord::sort::sort(...)`](https://docs.rs/arrow-ord/51.0.0/arrow_ord/sort/fn.sort.html)
 would support `StructArray`. 
[`pyarrow.StructArray`](https://arrow.apache.org/docs/python/generated/pyarrow.StructArray.html#pyarrow.StructArray.sort)
 supports this, so I believe it should be possible.
   
   **Describe alternatives you've considered**
   
   It doesn't seem like there are alternatives, it's just a missing API. Would 
love to hear though if there are ways to get a sorted `StructArray`!
   
   **Additional context**
   N/a
   


-- 
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