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