Whether all shards have reported Phase 1.
(&self)
| 82 | |
| 83 | /// Whether all shards have reported Phase 1. |
| 84 | pub fn phase1_complete(&self) -> bool { |
| 85 | self.df_reports.len() >= self.expected_shards |
| 86 | } |
| 87 | |
| 88 | /// Compute global IDF from all shard DF reports. |
| 89 | /// |