alamb commented on code in PR #6720:
URL: https://github.com/apache/arrow-rs/pull/6720#discussion_r1844543809


##########
arrow-array/src/array/mod.rs:
##########
@@ -570,6 +572,40 @@ pub trait ArrayAccessor: Array {
     unsafe fn value_unchecked(&self, index: usize) -> Self::Item;
 }
 
+/// A trait for Arrow String Arrays, currently three types are supported:

Review Comment:
   This is nice to start making public -- we use it in DataFusion a bit as 
well, so starting to consolidate on a single implementation will be good



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