risingwave_sqlparser::parser_v2::expr

Function expr_case

source
pub fn expr_case<S>(input: &mut S) -> PResult<Expr>
where S: TokenStream,