parse_logical_or

Function parse_logical_or 

Source
pub fn parse_logical_or<P>(parser: &mut P) -> Result<SqlExpression, String>
where P: ParseLogical + ?Sized,
Expand description

Parse a logical OR expression OR has the lowest precedence of the logical operators