manishkr commented on code in PR #9036:
URL: https://github.com/apache/arrow-rs/pull/9036#discussion_r2648942763
##########
arrow-buffer/src/buffer/run.rs:
##########
@@ -189,6 +189,16 @@ where
&self.run_ends
}
+ /// Returns the slice of the run-ends array that corresponds to the
+ /// physical indices of this run-end buffer.
+ ///
+ /// This is equivalent to
`&self.values()[self.get_start_physical_index()..self.get_end_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]