polars::prelude::datatypes

Type Alias PlIdHashMap

Source
pub type PlIdHashMap<K, V> = HashMap<K, V, BuildHasherDefault<IdHasher>>;
Expand description

This hashmap uses an IdHasher

Aliased Typeยง

struct PlIdHashMap<K, V> { /* private fields */ }