Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ or_where_ne
Method
or_where_ne
perro_source/core/perro_csv/src/lib.rs:568–570 ·
view source on GitHub ↗
(self, col: &str, value: &str)
Source
from the content-addressed store, hash-verified
566
pub fn new(table: &'static Csv) -> Self {
567
Self {
568
table,
569
filters: Vec::new(),
570
select_cols: None,
571
sort: None,
572
limit: None,
573
}
Callers
nothing calls this directly
Calls
1
add_text
Method · 0.80
Tested by
no test coverage detected