fn hash_array_primitive<T>(
array: &PrimitiveArray<T>,
random_state: &RandomState,
hashes_buffer: &mut [u64],
rehash: bool,
)where
T: ArrowPrimitiveType<Native: HashValue>,Expand description
Builds hash values of PrimitiveArray and writes them into hashes_buffer
If rehash==true this combines the previous hash value in the buffer
with the new hash using combine_hashes