alamb commented on code in PR #9025:
URL: https://github.com/apache/arrow-datafusion/pull/9025#discussion_r1470134128
##########
datafusion/execution/src/memory_pool/proxy.rs:
##########
@@ -54,12 +60,15 @@ impl<T> VecAllocExt for Vec<T> {
}
}
-/// Extension trait for [`RawTable`] to account for allocations.
+/// Extension trait for hash browns [`RawTable`] to account for allocations.
pub trait RawTableAllocExt {
/// Item type.
type T;
- /// [Insert](RawTable::insert) new element into table and store additional
allocated bytes in `accounting` (additive).
+ /// [Insert](RawTable::insert) new element into table and increase
+ /// `accounting` by any newly allocated bytes.
+ ///
+ /// Returns the bucket where the element was inserted.
Review Comment:
Docs + remove custom strategy:
https://github.com/apache/arrow-datafusion/pull/9058
docs:https://github.com/apache/arrow-datafusion/pull/9059
--
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]