alamb commented on PR #7783:
URL: https://github.com/apache/arrow-rs/pull/7783#issuecomment-3033658614

   I envision the reverse cast as well
   
   
   ```rust
   fn variant_to_string<O: OffsetSize>(array: &ArrayRef) -> 
GenericStringArray<O> {
   ...
   }
   
   fn variant_to_string_view(array: &ArrayRef) -> StringViewArray {
   ...
   }
   
   ```


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