Function datafusion::physical_plan::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>, DataFusionError>
Expand description

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