Another 10x optimization
KuzuDB used a technique called SIP (sideways information passing) which is essentially a bitmask called semi-join filter that the build side of a Hash-Join passes to the probe side. One problem: this worked for node tables only!