Function mz_sql_parser::ast::fold::fold_table_with_joins

source ·
pub fn fold_table_with_joins<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: TableWithJoins<T>
) -> TableWithJoins<T2>
where F: Fold<T, T2> + ?Sized,