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

Method where_ne

perro_source/core/perro_csv/src/lib.rs:532–534  ·  view source on GitHub ↗
(self, col: &str, value: &str)

Source from the content-addressed store, hash-verified

530 needle: String,
531 },
532 StartsWith {
533 col: usize,
534 prefix: String,
535 },
536 In {
537 col: usize,

Callers

nothing calls this directly

Calls 1

add_textMethod · 0.80

Tested by

no test coverage detected