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 unary negative kernel #27785

Closed
asfimport opened this issue Mar 12, 2021 · 1 comment
Closed

[C++][Compute] Add unary negative kernel #27785

asfimport opened this issue Mar 12, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Mar 12, 2021

Related to ARROW-11945. So that you can have an expression like -col. You can approximate this with doing 0 - col, but I would guess it could be done more efficiently.

cc @bkietz

Reporter: Neal Richardson / @nealrichardson
Assignee: Eduardo Ponce / @edponce

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-11950. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Ben Kietzman / @bkietz:
Issue resolved by pull request 10113
#10113

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