pub fn hash_composite_key(row: &Row, key_indices: &[usize]) -> u64Expand 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.