Return the total size, in bytes, of memory used to store the data in this set, not including `self`
(&self)
| 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`) |