Function datafusion_physical_expr::hash_utils::create_row_hashes_v2
source · pub fn create_row_hashes_v2<'a>(
rows: &Rows,
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.