Function mz_sql::ast::fold::fold_table_with_joins

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