Expand description
Functionality used both on logical and physical plans
Macrosยง
- hash_
float_ ๐value - hash_
value ๐
Traitsยง
Functionsยง
- combine_
hashes - create_
hashes - Creates hash values for every row, based on the values in the columns.
- hash_
array ๐ - Hashes one array into the
hashes_bufferIfrehash==truethis combines the previous hash value in the buffer with the new hash usingcombine_hashes - hash_
array_ ๐primitive - Builds hash values of PrimitiveArray and writes them into
hashes_bufferIfrehash==truethis combines the previous hash value in the buffer with the new hash usingcombine_hashes - hash_
dictionary ๐ - Hash the values in a dictionary array
- hash_
fixed_ ๐list_ array - hash_
list_ ๐array - hash_
map_ ๐array - hash_
null ๐ - hash_
struct_ ๐array - update_
hash_ ๐for_ dict_ key - Helper function to update hash for a dictionary key if the value is valid