Skip to main content

bind_relational_plan_relations

Function bind_relational_plan_relations 

Source
pub fn bind_relational_plan_relations<E>(
    plan: &mut RelationalPlan,
    visible_ctes: &BTreeSet<String>,
    resolve: &mut impl FnMut(&str) -> Result<String, E>,
) -> Result<(), E>