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