Skip to main content

hash_composite_key

Function hash_composite_key 

Source
pub fn hash_composite_key(row: &Row, key_indices: &[usize]) -> u64
Expand description

Hash multiple key columns into a single hash value. Used heavily in hash joins - called on every row during build and probe phases. Uses FxHasher which is optimized for trusted keys in embedded database context.