pub fn is_aggregate_compatible(expr: &SqlExpression) -> bool
Expand description
Check if an expression is aggregate-compatible (either an aggregate or a constant) This is used to determine if a SELECT list should produce a single row
pub fn is_aggregate_compatible(expr: &SqlExpression) -> bool
Check if an expression is aggregate-compatible (either an aggregate or a constant) This is used to determine if a SELECT list should produce a single row