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.
pub fn plan_ct_query(
qcx: &mut QueryContext<'_>,
query: Query<Aug>,
) -> Result<PlannedRootQuery<HirRelationExpr>, PlanError>
TODO(ct2): Dedup this with plan_root_query.