We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 and it doesn't seem to currently be possible.
StructArray
Describe the solution you'd like
Ideally the arrow_ord::sort::sort(...) would support StructArray. pyarrow.StructArray supports this, so I believe it should be possible.
arrow_ord::sort::sort(...)
pyarrow.StructArray
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
The text was updated successfully, but these errors were encountered:
Duplicate of #5426
Sorry, something went wrong.
label_issue.py automatically added labels {'arrow'} from #5792
label_issue.py
Successfully merging a pull request may close this issue.
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
and it doesn't seem to currently be possible.Describe the solution you'd like
Ideally the
arrow_ord::sort::sort(...)
would supportStructArray
.pyarrow.StructArray
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
The text was updated successfully, but these errors were encountered: