Function mz_sql::plan::query::plan_up_to
source ยท 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.