Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ where_in
Method
where_in
perro_source/core/perro_csv/src/lib.rs:560–562 ·
view source on GitHub ↗
(self, col: &str, values: &[&str])
Source
from the content-addressed store, hash-verified
558
table: &'static Csv,
559
filters: Vec<CsvFilter>,
560
select_cols: Option<Vec<usize>>,
561
sort: Option<CsvSort>,
562
limit: Option<usize>,
563
}
564
565
impl CSVQuery {
Callers
2
huge_csv_bench
Function · 0.80
query_filters_sorts_selects_and_limits
Function · 0.80
Calls
1
add_in
Method · 0.80
Tested by
1
query_filters_sorts_selects_and_limits
Function · 0.64