Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ ci
Function
ci
nodedb-query/src/window/value_eval.rs:466–472 ·
view source on GitHub ↗
(names: &[&str])
Source
from the content-addressed store, hash-verified
464
use crate::window::spec::WindowFrame;
465
466
fn ci(names: &[&str]) -> HashMap<String, usize> {
467
names
468
.iter()
469
.enumerate()
470
.map(|(i, n)| (n.to_string(), i))
471
.collect()
472
}
473
474
fn spec(
475
func: &str,
Callers
10
row_number_sequential
Function · 0.70
rank_handles_ties
Function · 0.70
dense_rank_handles_ties
Function · 0.70
ntile_buckets
Function · 0.70
lag_default_and_offset
Function · 0.70
lead_boundary
Function · 0.70
percent_rank_and_cume_dist
Function · 0.70
partition_resets_row_number
Function · 0.70
unknown_function_errors
Function · 0.70
missing_partition_column_is_null_keyed
Function · 0.70
Calls
3
collect
Method · 0.80
to_string
Method · 0.80
iter
Method · 0.45
Tested by
10
row_number_sequential
Function · 0.56
rank_handles_ties
Function · 0.56
dense_rank_handles_ties
Function · 0.56
ntile_buckets
Function · 0.56
lag_default_and_offset
Function · 0.56
lead_boundary
Function · 0.56
percent_rank_and_cume_dist
Function · 0.56
partition_resets_row_number
Function · 0.56
unknown_function_errors
Function · 0.56
missing_partition_column_is_null_keyed
Function · 0.56