pub fn is_logical(expr: &Expression) -> bool
Returns true if expr is a logical operator (AND, OR, NOT).
true
expr