pub fn hash_join( left: Vec<Binding>, right: Vec<Binding>, condition: &JoinCondition, join_type: JoinType, ) -> Vec<Binding>
Execute a hash join