Enum polars_core::datatypes::RevMapping
source · Available on crate feature
dtype-categorical
only.Variants§
Global(PlHashMap<u32, u32>, Utf8Array<i64>, u128)
Hashmap: maps the indexes from the global cache/categorical array to indexes in the local Utf8Array Utf8Array: caches the string values
Local(Utf8Array<i64>)
Utf8Array: caches the string values
Implementations§
source§impl RevMapping
impl RevMapping
Trait Implementations§
source§impl Clone for RevMapping
impl Clone for RevMapping
source§fn clone(&self) -> RevMapping
fn clone(&self) -> RevMapping
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more