Function mz_sql_parser::ast::visit::visit_show_variable_statement

source ยท
pub fn visit_show_variable_statement<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast ShowVariableStatement,
)
where V: Visit<'ast, T> + ?Sized,