pub fn is_reorderable(joins: &[Join]) -> bool
Check if joins can be reordered without changing query semantics.
Joins with a side (LEFT, RIGHT, FULL) cannot be reordered, as the order affects which rows are included.