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

Method where_starts_with

perro_source/core/perro_csv/src/lib.rs:556–558  ·  view source on GitHub ↗
(self, col: &str, prefix: &str)

Source from the content-addressed store, hash-verified

554}
555
556#[derive(Clone, Debug)]
557pub struct CSVQuery {
558 table: &'static Csv,
559 filters: Vec<CsvFilter>,
560 select_cols: Option<Vec<usize>>,
561 sort: Option<CsvSort>,

Calls 1

add_starts_withMethod · 0.80