pub fn fold_column_name<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: ColumnName<T>, ) -> ColumnName<T2>where F: Fold<T, T2> + ?Sized,