Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ where_starts_with
Method
where_starts_with
perro_source/core/perro_csv/src/lib.rs:556–558 ·
view source on GitHub ↗
(self, col: &str, prefix: &str)
Source
from the content-addressed store, hash-verified
554
}
555
556
#[derive(Clone, Debug)]
557
pub struct CSVQuery {
558
table: &'static Csv,
559
filters: Vec<CsvFilter>,
560
select_cols: Option<Vec<usize>>,
561
sort: Option<CsvSort>,
Callers
1
query_supports_or_contains_and_starts_with
Function · 0.80
Calls
1
add_starts_with
Method · 0.80
Tested by
1
query_supports_or_contains_and_starts_with
Function · 0.64