Skip to content

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

Description

@asfimport

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions