pub fn is_column(expr: &Expression) -> bool
Returns true if expr is a column reference (Expression::Column).
true
expr
Expression::Column