v.25.7Performance Improvement

Performance of HashJoin optimised

Performance of HashJoin optimised by removing the additional loop over hash maps in the typical case of only one key column, also null_map and join_mask checks are eliminated when they're always true/false. #82308 (Nikita Taranov).