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)