Skip to main content

hash_row

Function hash_row 

Source
pub fn hash_row(row: &Row) -> u64
Expand description

Hash all values in a row into a single hash value. Used for DISTINCT operations and set operations (UNION, INTERSECT, EXCEPT). Uses FxHasher which is optimized for trusted keys in embedded database context.