polars_core::prelude

Module string_cache

Source
Available on crate feature dtype-categorical only.

Structs§

StringCacheHolder
Enable the global string cache as long as the object is alive (RAII).

Functions§

disable_string_cache
Disable and clear the global string cache.
enable_string_cache
Enable the global string cache.
using_string_cache
Check whether the global string cache is enabled.