pub fn create_murmur3_hashes<'a>(
arrays: &[ArrayRef],
hashes_buffer: &'a mut [u32],
) -> Result<&'a mut [u32]>Expand description
Creates hash values for every row, based on the values in the columns.
The number of rows to hash is determined by hashes_buffer.len().
hashes_buffer should be pre-sized appropriately