Function mz_sql_parser::ast::visit::visit_select_item

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