viirya commented on code in PR #3529:
URL: https://github.com/apache/arrow-rs/pull/3529#discussion_r1070363901
##########
arrow-data/src/data.rs:
##########
@@ -463,7 +514,18 @@ impl ArrayData {
size
}
- /// Returns the total number of the bytes of memory occupied by the
buffers by this slice of [ArrayData]
+ /// Returns the total number of the bytes of memory occupied by
+ /// the buffers by this slice of [ArrayData] (See also diagram on
[ArrayData]).
Review Comment:
```suggestion
/// the buffers by this slice of [`ArrayData`] (See also diagram on
[`ArrayData`]).
```
--
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]