Skip to main content

expression_contains_aggregate

Function expression_contains_aggregate 

Source
pub fn expression_contains_aggregate(expr: &Expression) -> bool
Expand description

Check if an expression contains an aggregate function. Used for detecting nested aggregates and determining query structure.