pub fn visit_named_plan<'ast, V, T>(visitor: &mut V, node: &'ast NamedPlan)where T: AstInfo, V: Visit<'ast, T> + ?Sized,