Function mz_sql::plan::query::plan_ct_query

source ยท
pub fn plan_ct_query(
    qcx: &mut QueryContext<'_>,
    query: Query<Aug>,
) -> Result<PlannedRootQuery<HirRelationExpr>, PlanError>
Expand description

TODO(ct2): Dedup this with plan_root_query.