MCPcopy Create free account
hub / github.com/apache/datafusion / size

Method size

datafusion/physical-expr-common/src/binary_map.rs:98–100  ·  view source on GitHub ↗

Return the total size, in bytes, of memory used to store the data in this set, not including `self`

(&self)

Source from the content-addressed store, hash-verified

96 /// Return the total size, in bytes, of memory used to store the data in
97 /// this set, not including `self`
98 pub fn size(&self) -> usize {
99 self.0.size()
100 }
101}
102
103/// Optimized map for storing Arrow "bytes" types (`String`, `LargeString`,

Callers 1

Calls 2

capacityMethod · 0.45
allocated_sizeMethod · 0.45

Tested by 1