Add hash join v2 to make hash join more efficient #53127
Open
2 of 3 issues completedDescription
Enhancement
Our current hash join's implementation is relatively slow, this issue aims at adding a new hash join implementation. The new hash join implementation will at least
- support concurrent build
- simplify probe code, and make join probe more efficient
- support use left side to build for semi join