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

Method or_where_starts_with

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

Source from the content-addressed store, hash-verified

590 self.select_cols = Some(
591 cols.iter()
592 .filter_map(|col| self.table.header_index_hash(*col))
593 .collect(),
594 );
595 self
596 }
597

Callers

nothing calls this directly

Calls 1

add_starts_withMethod · 0.80

Tested by

no test coverage detected