parse_comparison

Function parse_comparison 

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

Parse a comparison expression This handles comparison operators and special SQL operators