fn parse_apply_variant(
ident: &Ident,
name: &str,
exprs: Vec<MirScalarExpr>,
) -> Result<MirScalarExpr>Expand description
Applies a function variant named by its canonical (snake_case) name,
e.g. add_int32(#0, #1). See FuncName in mz_expr.