Trait polars_core::hashing::FxHash
source · pub trait FxHash {
// Required method
fn _fx_hash(self, k: u64) -> u64;
// Provided method
fn get_k(random_state: RandomState) -> u64 { ... }
}
Expand description
Ensure that the same hash is used as with VecHash
.