(mut self, cols: &[u64])
| 517 | Text { |
| 518 | col: usize, |
| 519 | op: CsvCompare, |
| 520 | value: String, |
| 521 | hash: u64, |
| 522 | }, |
| 523 | Number { |
| 524 | col: usize, |
| 525 | op: CsvCompare, |
| 526 | value: f64, |
| 527 | }, |
| 528 | Contains { |
| 529 | col: usize, |
nothing calls this directly
no test coverage detected