pub fn is_literal(expr: &Expression) -> boolExpand description
Returns true if expr is a literal value (number, string, boolean, or NULL).
pub fn is_literal(expr: &Expression) -> boolReturns true if expr is a literal value (number, string, boolean, or NULL).