alamb commented on issue #684:
URL: https://github.com/apache/arrow-rs/issues/684#issuecomment-1099055877

   The cast kernels are here: 
https://github.com/apache/arrow-rs/blob/master/arrow/src/compute/kernels/cast.rs
   
   To support casting requires:
   1. add entry to `can_cast_types`
   2. Add actual cast code to `cast_with_options`
   3. Add relevant tests


-- 
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