Function mz_expr_parser::parser::relation::parse_cte

source ยท
fn parse_cte(
    ctx: &'_ Ctx<'_>,
    input: ParseStream<'_>,
) -> Result<(LocalId, Attributes, MirRelationExpr)>