Total number of distinct dimensions with at least one posting.
(&self)
| 127 | |
| 128 | /// Total number of distinct dimensions with at least one posting. |
| 129 | pub fn dim_count(&self) -> usize { |
| 130 | self.postings.len() |
| 131 | } |
| 132 | |
| 133 | /// Total number of posting entries across all dimensions. |
| 134 | pub fn total_postings(&self) -> usize { |