pub fn nested_loop_join( left: Vec<Binding>, right: Vec<Binding>, condition: &JoinCondition, join_type: JoinType, ) -> Vec<Binding>
Execute a nested loop join (O(n*m) but works with any condition)