pub fn parse_primary<P>(
parser: &mut P,
ctx: &PrimaryExpressionContext<'_>,
) -> Result<SqlExpression, String>where
P: ParsePrimary + ?Sized,
Expand description
Parse a primary expression (literals, identifiers, functions, parentheses) This is the bottom of the expression hierarchy