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