viirya commented on code in PR #3529:
URL: https://github.com/apache/arrow-rs/pull/3529#discussion_r1070363794
##########
arrow-data/src/data.rs:
##########
@@ -448,7 +489,17 @@ impl ArrayData {
self.null_count
}
- /// Returns the total number of bytes of memory occupied by the buffers
owned by this [ArrayData].
+ /// Returns the total number of bytes of memory occupied by the
+ /// buffers owned by this [ArrayData] and all of its
+ /// children. (See also diagram on [ArrayData]).
Review Comment:
```suggestion
/// buffers owned by this [`ArrayData`] and all of its
/// children. (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]