pub fn plan_up_to(
scx: &StatementContext<'_>,
up_to: Expr<Aug>,
) -> Result<MirScalarExpr, PlanError>
Expand description
Plans an expression in the UP TO
position of a SUBSCRIBE
statement.
pub fn plan_up_to(
scx: &StatementContext<'_>,
up_to: Expr<Aug>,
) -> Result<MirScalarExpr, PlanError>
Plans an expression in the UP TO
position of a SUBSCRIBE
statement.