-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
[C++][Compute] Add a pivot function #45269
Labels
Comments
Implementing this will be made easier by the "scatter" function proposed in #44393 |
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 15, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 15, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 16, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 16, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 16, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 16, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 16, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 16, 2025
pitrou
added a commit
to pitrou/arrow
that referenced
this issue
Jan 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
To support pivot or ("pivot wider") functionality such as in Pandas, we could add a dedicated hash-aggregate function returning a StructArray.
We might also add a normal aggregate function (which would return a StructScalar).
Component(s)
C++
The text was updated successfully, but these errors were encountered: