Skip to main content

is_select

Function is_select 

Source
pub fn is_select(expr: &Expression) -> bool
Expand description

Returns true if expr is a SELECT statement (Expression::Select).