is_aggregate_compatible

Function is_aggregate_compatible 

Source
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