check_join_set_is_valid

Function check_join_set_is_valid 

Source
fn check_join_set_is_valid(
    left: &HashSet<Column>,
    right: &HashSet<Column>,
    on: &[(PhysicalExprRef, PhysicalExprRef)],
) -> Result<()>
Expand description

Checks whether the sets left, right and on compose a valid join. They are valid whenever their intersection equals the set on