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

Method or_where_contains

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

Source from the content-addressed store, hash-verified

586 ///
587 /// Hash-only lookups cannot distinguish collisions. Use [`Self::select`] when the original
588 /// header text is available.
589 pub fn select_hashes(mut self, cols: &[u64]) -> Self {
590 self.select_cols = Some(
591 cols.iter()
592 .filter_map(|col| self.table.header_index_hash(*col))
593 .collect(),

Calls 1

add_containsMethod · 0.80