Structs§
- Equi
Join Params - Hash
Join Executor - Hash Join Executor
- Join
Spill Manager
Type Aliases§
- Join
Hash Map - In
JoinHashMap
, we only save the row id of the first build row that has the hash key. In fact, in the build side there may be multiple rows with the same hash key. To handle this case, we useChunkedData
to link them together. For example: