Function mz_sql_parser::ast::fold::fold_table_factor

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