Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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)
Attachments
Issue Links
- duplicates
-
ARROW-8919 [C++] Add "DispatchBest" APIs to compute::Function that selects a kernel that may require implicit casts to invoke
- Resolved
- is a child of
-
ARROW-12748 [C++] Arithmetic kernels for numeric arrays
- Open