Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ select
Method
select
perro_source/core/perro_csv/src/lib.rs:510–517 ·
view source on GitHub ↗
(mut self, cols: &[&str])
Source
from the content-addressed store, hash-verified
508
Ne,
509
Lt,
510
Le,
511
Gt,
512
Ge,
513
}
514
515
#[derive(Clone, Debug)]
516
enum CsvPredicate {
517
Text {
518
col: usize,
519
op: CsvCompare,
520
value: String,
Callers
2
huge_csv_bench
Function · 0.45
query_filters_sorts_selects_and_limits
Function · 0.45
Calls
2
header_index
Method · 0.80
iter
Method · 0.45
Tested by
1
query_filters_sorts_selects_and_limits
Function · 0.36