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

Append column with an arrow.compute.Expression as value #321

Closed
eddyxu opened this issue Nov 18, 2022 · 1 comment · Fixed by #324
Closed

Append column with an arrow.compute.Expression as value #321

eddyxu opened this issue Nov 18, 2022 · 1 comment · Fixed by #324
Assignees
Labels
arrow Apache Arrow related issues c++ C++ issues

Comments

@eddyxu
Copy link
Contributor

eddyxu commented Nov 18, 2022

Allow dataset.append_column(new_field, expression) to mimic SQL syntax, UPDATE ... SET new_col = expression.

@eddyxu eddyxu self-assigned this Nov 18, 2022
@eddyxu eddyxu added c++ C++ issues arrow Apache Arrow related issues labels Nov 21, 2022
@eddyxu
Copy link
Contributor Author

eddyxu commented Nov 21, 2022

C++ side is done.

Pending Python side API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Apache Arrow related issues c++ C++ issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant