pub fn visit_join_mut<V>(v: &mut V, node: &mut Join)where V: VisitMut + ?Sized,
Default mutable traversal for Join nodes. Visits the table and the join constraint expression.
Join