pub fn is_select(expr: &Expression) -> bool
Returns true if expr is a SELECT statement (Expression::Select).
true
expr
Expression::Select