Function sql::ast::fold::fold_table_function[][src]

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