Function datafusion_common::hash_utils::create_row_hashes

source ยท
pub fn create_row_hashes<'a>(
    rows: &[Vec<u8>],
    random_state: &RandomState,
    hashes_buffer: &'a mut Vec<u64>,
) -> Result<&'a mut Vec<u64>>
Expand description

Creates hash values for every row, based on their raw bytes.