(mut self, selectivity: f64)
| 55 | } |
| 56 | |
| 57 | pub fn with_selectivity(mut self, selectivity: f64) -> Self { |
| 58 | self.selectivity = Some(selectivity); |
| 59 | self |
| 60 | } |
| 61 | |
| 62 | /// Create a new analysis context from column statistics. |
| 63 | pub fn try_from_statistics( |
no outgoing calls
no test coverage detected