fn plan_like( ecx: &ExprContext<'_>, expr: &Expr<Aug>, pattern: &Expr<Aug>, escape: Option<&Expr<Aug>>, case_insensitive: bool, not: bool, ) -> Result<HirScalarExpr, PlanError>