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

Method or_where_ge

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

Source from the content-addressed store, hash-verified

582 self
583 }
584
585 /// Selects the first header with each supplied hash.
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 {

Callers

nothing calls this directly

Calls 1

add_numberMethod · 0.80

Tested by

no test coverage detected