Module join_hash_map

Module join_hash_map 

Source
Expand description

This file contains the implementation of the JoinHashMap struct, which is used to store the mapping between hash values based on the build side [“on” values] to a list of indices with this key’s value.

Macros§

chain_traverse 🔒

Structs§

JoinHashMapU32
JoinHashMapU64

Traits§

JoinHashMapType
Maps a u64 hash value based on the build side [“on” values] to a list of indices with this key’s value.

Functions§

get_matched_indices
get_matched_indices_with_limit_offset
update_from_iter

Type Aliases§

JoinHashMapOffset 🔒