manishkr commented on code in PR #9036:
URL: https://github.com/apache/arrow-rs/pull/9036#discussion_r2648942649


##########
arrow-array/src/array/run_array.rs:
##########
@@ -136,6 +136,16 @@ impl<R: RunEndIndexType> RunArray<R> {
         &self.values
     }
 
+    /// Returns a slice of the values array that corresponds to the
+    /// physical indices of this run-end encoded array.
+    ///
+    /// This is equivalent to 
`self.values().slice(self.get_start_physical_index(), 
self.get_end_physical_index() - self.get_start_physical_index() + 1)`

Review Comment:
   Changed. Thanks.



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