parse_logical_and

Function parse_logical_and 

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

Parse a logical AND expression AND has higher precedence than OR but lower than comparison operators