Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ where_ge
Method
where_ge
perro_source/core/perro_csv/src/lib.rs:548–550 ·
view source on GitHub ↗
(self, col: &str, value: impl Into<f64>)
Source
from the content-addressed store, hash-verified
546
predicate: CsvPredicate,
547
}
548
549
#[derive(Clone, Copy, Debug)]
550
struct CsvSort {
551
col: usize,
552
order: CsvOrder,
553
numeric: bool,
Callers
2
huge_csv_bench
Function · 0.80
query_filters_sorts_selects_and_limits
Function · 0.80
Calls
1
add_number
Method · 0.80
Tested by
1
query_filters_sorts_selects_and_limits
Function · 0.64