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