Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ functions
Function
functions
nodedb-sql/src/aggregate_walk.rs:239–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
fn functions() -> FunctionRegistry {
240
FunctionRegistry::new()
241
}
242
243
// ── detection ──
244
Callers
9
extract_plain_aggregate
Function · 0.85
extract_aggregate_inside_cast
Function · 0.85
extract_aggregate_inside_case
Function · 0.85
extract_aggregate_inside_coalesce
Function · 0.85
extract_two_aggregates_under_one_alias
Function · 0.85
nested_aggregate_directly_inside_aggregate_rejected
Function · 0.85
nested_aggregate_through_cast_rejected
Function · 0.85
sibling_aggregates_not_treated_as_nested
Function · 0.85
extract_distinct_preserved
Function · 0.85
Calls
no outgoing calls
Tested by
9
extract_plain_aggregate
Function · 0.68
extract_aggregate_inside_cast
Function · 0.68
extract_aggregate_inside_case
Function · 0.68
extract_aggregate_inside_coalesce
Function · 0.68
extract_two_aggregates_under_one_alias
Function · 0.68
nested_aggregate_directly_inside_aggregate_rejected
Function · 0.68
nested_aggregate_through_cast_rejected
Function · 0.68
sibling_aggregates_not_treated_as_nested
Function · 0.68
extract_distinct_preserved
Function · 0.68