risingwave_sqlparser::parser_v2::expr

Function subexpr

source
fn subexpr<S>(precedence: Precedence) -> impl Parser<S, Expr, ContextError>
where S: TokenStream,