binary_mut
kernel requires both args to be the same type (which is inconsistent with binary
)
#5818
Labels
arrow
Changes to the arrow crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
As part of documenting the
_mut
compute kernels better in #5798 I noticed in #5798 (comment) thtabinary_mut is inconsistent with
binary
as it requires botha
andb
to be the same type of array (wherebinary
can take different types)Describe the solution you'd like
I would like to have the argument types to
binary_mut
be different -- so for example, I could write a kernel usingbinary_mut
that took aFloat32Array
and aInt32Array
and added the int32 vale to the float in place.Describe alternatives you've considered
Leave as is
Additional context
@viirya I think added this API in #3144
The text was updated successfully, but these errors were encountered: