Skip to content

[C++] Implement autocasting in arithmetic compute kernels #26990

Description

@asfimport

Arithmetic compute kernels should autocast arguments when possible similar to how dataset expressions autocast arguments (e.g. arrow::compute::Add(float_array, int_array)) should cast the integer array to a float before adding if possible)

Reporter: Jonathan Keane / @jonkeane
Assignee: Ben Kietzman / @bkietz

Related issues:

Note: This issue was originally created as ARROW-11078. 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

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions