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
.
pub fn plan_secret_as(
scx: &StatementContext<'_>,
expr: Expr<Aug>,
) -> Result<MirScalarExpr, PlanError>
Plans an expression in the AS position of a CREATE SECRET
.