Function mz_sql::plan::query::plan_secret_as
source ยท pub fn plan_secret_as(
scx: &StatementContext<'_>,
expr: Expr<Aug>,
) -> Result<MirScalarExpr, PlanError>
Expand description
Plans an expression in the AS position of a CREATE SECRET
.