Function mz_sql_parser::ast::visit::visit_select

source ·
pub fn visit_select<'ast, V, T: AstInfo>(visitor: &mut V, node: &'ast Select<T>)
where V: Visit<'ast, T> + ?Sized,