We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695a738 commit 17a4cd1Copy full SHA for 17a4cd1
datafusion/common/src/heap_size.rs
@@ -29,7 +29,7 @@ use std::collections::HashMap;
29
use std::fmt::Debug;
30
use std::sync::Arc;
31
/// Since HeapSize is private in arrow-rs this code is taken over
32
-/// from https://github.com/apache/arrow-rs/blob/main/parquet/src/file/metadata/memory.rs
+/// from <https://github.com/apache/arrow-rs/blob/main/parquet/src/file/metadata/memory.rs>
33
/// and extended to provide heap size estimation for Statistics. This needs to be cleaned
34
/// up and replaced once the HeapSize is publicly available from arrow-rs.
35
///
0 commit comments