Function sql_parser::ast::fold::fold_table_function [−][src]
pub fn fold_table_function<F, T: AstInfo, T2: AstInfo>(
folder: &mut F,
node: TableFunction<T>
) -> TableFunction<T2> where
F: Fold<T, T2> + ?Sized,