Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ or_where_lt
Method
or_where_lt
perro_source/core/perro_csv/src/lib.rs:572–574 ·
view source on GitHub ↗
(self, col: &str, value: impl Into<f64>)
Source
from the content-addressed store, hash-verified
570
select_cols: None,
571
sort: None,
572
limit: None,
573
}
574
}
575
576
pub fn select(mut self, cols: &[&str]) -> Self {
577
self.select_cols = Some(
Callers
nothing calls this directly
Calls
1
add_number
Method · 0.80
Tested by
no test coverage detected