mz_sql_parser::ast::fold

Function fold_show_objects_statement

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