pub fn is_constant_expression(expr: &SqlExpression) -> boolExpand description
Check if an expression is a constant (string literal, number literal, boolean, null) Constants are compatible with aggregate queries and should produce a single row
pub fn is_constant_expression(expr: &SqlExpression) -> boolCheck if an expression is a constant (string literal, number literal, boolean, null) Constants are compatible with aggregate queries and should produce a single row