pub fn is_constant_expression(expr: &SqlExpression) -> bool
Expand 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) -> bool
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