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

Method or_where_in

perro_source/core/perro_csv/src/lib.rs:596–598  ·  view source on GitHub ↗
(self, col: &str, values: &[&str])

Source from the content-addressed store, hash-verified

594 );
595 self
596 }
597
598 pub fn where_eq(self, col: &str, value: &str) -> Self {
599 self.add_text(CsvLogic::And, col, CsvCompare::Eq, value)
600 }
601

Callers

nothing calls this directly

Calls 1

add_inMethod · 0.80

Tested by

no test coverage detected