pub fn visit_table_with_joins<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast TableWithJoins<T>
)
where V: Visit<'ast, T> + ?Sized,