You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2020/12/30 18:04:00 UTC

[jira] [Created] (ARROW-11078) [C++] Implement autocasting in arithmetic compute kernels

Jonathan Keane created ARROW-11078:
--------------------------------------

             Summary: [C++] Implement autocasting in arithmetic compute kernels
                 Key: ARROW-11078
                 URL: https://issues.apache.org/jira/browse/ARROW-11078
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++
            Reporter: Jonathan Keane


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)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)