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

Method where_contains

perro_source/core/perro_csv/src/lib.rs:552–554  ·  view source on GitHub ↗
(self, col: &str, needle: &str)

Source from the content-addressed store, hash-verified

550struct CsvSort {
551 col: usize,
552 order: CsvOrder,
553 numeric: bool,
554}
555
556#[derive(Clone, Debug)]
557pub struct CSVQuery {

Callers

nothing calls this directly

Calls 1

add_containsMethod · 0.80

Tested by

no test coverage detected