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

   # Which issue does this PR close?
   
   Parts of #6923 to make it easier to implement for binary
   
   # Rationale for this change
    
   This trait helps to abstract over the different types of binary arrays
   so that we don't need to duplicate the implementation for each type.
   
   Same as `StringArrayType`
   
   # What changes are included in this PR?
   
   Added `BinaryArrayType` and implemented for `BinaryArray`, 
`LargeBinaryArray`, `BinaryViewArray` and `FixedSizeBinaryArray`
   
   # Are there any user-facing changes?
   
   Yes, there is a new public 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