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

Method or_where_le

perro_source/core/perro_csv/src/lib.rs:576–578  ·  view source on GitHub ↗
(self, col: &str, value: impl Into<f64>)

Source from the content-addressed store, hash-verified

574 }
575
576 pub fn select(mut self, cols: &[&str]) -> Self {
577 self.select_cols = Some(
578 cols.iter()
579 .filter_map(|col| self.table.header_index(col))
580 .collect(),
581 );

Callers

nothing calls this directly

Calls 1

add_numberMethod · 0.80

Tested by

no test coverage detected