Skip to main content

is_reorderable

Function is_reorderable 

Source
pub fn is_reorderable(joins: &[Join]) -> bool
Expand description

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.