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