reports total numbers of inputs in the join
(&self)
| 90 | |
| 91 | /// reports total numbers of inputs in the join |
| 92 | pub fn total_inputs(&self) -> usize { |
| 93 | self.arities.len() |
| 94 | } |
| 95 | |
| 96 | /// Using the keys that came from each local input, |
| 97 | /// figures out which keys remain unique in the larger join |
no test coverage detected