Function polars_core::toggle_string_cache [−][src]
pub fn toggle_string_cache(toggle: bool)
This is supported on crate feature
dtype-categorical
only.Expand description
Use a global string cache for the Categorical Types.
This is used to cache the string categories locally. This allows join operations on categorical types.