jorgecarleitao commented on issue #527:
URL: https://github.com/apache/arrow-rs/issues/527#issuecomment-880649326


   I would say that we need to generalize the compute arithmetic kernels to 
support `&dyn Array` and then specialize based on `DataType` or bail if the 
operation is not valid for that datatype.
   
   We do this in arrow2 thanks to @elferherrera, here: 
https://github.com/jorgecarleitao/arrow2/blob/main/src/compute/arithmetics/mod.rs#L126


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to