MCPcopy Create free account
hub / github.com/PerroEngine/Perro / select

Method select

perro_source/core/perro_csv/src/lib.rs:510–517  ·  view source on GitHub ↗
(mut self, cols: &[&str])

Source from the content-addressed store, hash-verified

508 Ne,
509 Lt,
510 Le,
511 Gt,
512 Ge,
513}
514
515#[derive(Clone, Debug)]
516enum CsvPredicate {
517 Text {
518 col: usize,
519 op: CsvCompare,
520 value: String,

Callers 2

huge_csv_benchFunction · 0.45

Calls 2

header_indexMethod · 0.80
iterMethod · 0.45

Tested by 1