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

Method size

datafusion/physical-expr-common/src/binary_view_map.rs:82–84  ·  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

80 /// Return the total size, in bytes, of memory used to store the data in
81 /// this set, not including `self`
82 pub fn size(&self) -> usize {
83 self.0.size()
84 }
85}
86
87/// Optimized map for storing Arrow "byte view" types (`StringView`, `BinaryView`)

Callers 1

Calls 6

sumMethod · 0.80
lenMethod · 0.45
capacityMethod · 0.45
mapMethod · 0.45
iterMethod · 0.45
allocated_sizeMethod · 0.45

Tested by 1