pub fn plan_index_exprs<'a>(
    scx: &'a StatementContext<'_>,
    on_desc: &RelationDesc,
    exprs: Vec<Expr<Aug>>
) -> Result<Vec<MirScalarExpr>, PlanError>