(self, col: &str, value: impl Into<f64>)
| 582 | self |
| 583 | } |
| 584 | |
| 585 | /// Selects the first header with each supplied hash. |
| 586 | /// |
| 587 | /// Hash-only lookups cannot distinguish collisions. Use [`Self::select`] when the original |
| 588 | /// header text is available. |
| 589 | pub fn select_hashes(mut self, cols: &[u64]) -> Self { |
nothing calls this directly
no test coverage detected