Function mz_sql_parser::ast::fold::fold_show_columns_statement
source ยท pub fn fold_show_columns_statement<F, T: AstInfo, T2: AstInfo>(
folder: &mut F,
node: ShowColumnsStatement<T>,
) -> ShowColumnsStatement<T2>