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
pub fn parse_logical_or<P>(parser: &mut P) -> Result<SqlExpression, String>where
P: ParseLogical + ?Sized,
Parse a logical OR expression OR has the lowest precedence of the logical operators