MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / canonical_aggregate_key

Function canonical_aggregate_key

nodedb-sql/src/planner/subquery.rs:40–42  ·  view source on GitHub ↗
(function: &str, field: &str)

Source from the content-addressed store, hash-verified

38}
39
40fn canonical_aggregate_key(function: &str, field: &str) -> String {
41 format!("{function}({field})")
42}
43
44/// Extract `IN (SELECT ...)` and `NOT IN (SELECT ...)` patterns from a WHERE clause.
45///

Callers 1

extract_scalar_columnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected