Trait polars_core::prelude::VecHashSingle
source · pub trait VecHashSingle {
fn _vec_hash_single(self, k: u64) -> u64;
fn get_k(random_state: RandomState) -> u64 { ... }
}
Expand description
Ensure that the same hash is used as with VecHash
.