Skip to content
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

Open
pitrou opened this issue Jan 15, 2025 · 1 comment
Open

[C++][Compute] Add a pivot function #45269

pitrou opened this issue Jan 15, 2025 · 1 comment

Comments

@pitrou
Copy link
Member

pitrou commented Jan 15, 2025

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

@pitrou
Copy link
Member Author

pitrou commented Jan 15, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant