mkleen opened a new pull request, #19302: URL: https://github.com/apache/datafusion/pull/19302
This adds a heap_size method retuning the amount of memory a statistics struct allocates on the heap. ## Which issue does this PR close? This follows the suggestion from https://github.com/apache/datafusion/issues/19052#issuecomment-3603796097 to resolve https://github.com/apache/datafusion/issues/19052 in smaller steps. ## Rationale for this change This adds a method to retrieve size of the allocation on the heap for a given `Statistics` struct. ## What changes are included in this PR? ## Are these changes tested? Yes ## Are there any user-facing changes? Yes, a new method on `Statistics`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
