Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ where_contains
Method
where_contains
perro_source/core/perro_csv/src/lib.rs:552–554 ·
view source on GitHub ↗
(self, col: &str, needle: &str)
Source
from the content-addressed store, hash-verified
550
struct CsvSort {
551
col: usize,
552
order: CsvOrder,
553
numeric: bool,
554
}
555
556
#[derive(Clone, Debug)]
557
pub struct CSVQuery {
Callers
nothing calls this directly
Calls
1
add_contains
Method · 0.80
Tested by
no test coverage detected