heyrutvik opened a new pull request, #1992:
URL: https://github.com/apache/arrow-rs/pull/1992

   # Which issue does this PR close?
   
   Closes #1979
   
   # Rationale for this change
    
   The method `into_data` is a cheaper alternative to the more pervasive 
`.data().clone()` calls to get underlying array data. It's cheaper since it 
doesn't clone anything but returns already allocated data (except for 
`ArrayRef`).
   
   # What changes are included in this PR?
   
   It implements `Into` indirectly to convert specific array type to general 
one.
   
   # Are there any user-facing changes?
   
   It adds `fn into_data(self) -> ArrayData` method to `Array` trait.
   


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