Skip to main content

bind_query_plan_relation_targets

Function bind_query_plan_relation_targets 

Source
pub fn bind_query_plan_relation_targets<E>(
    plan: &mut QueryPlan,
    inherited_ctes: &BTreeSet<String>,
    resolve: &mut impl FnMut(&str, bool) -> Result<String, E>,
) -> Result<(), E>
Expand description

Bind concrete relation references with their inheritance scope, excluding CTE aliases at every query boundary.