Method: Polars::Functions#using_string_cache
- Defined in:
- lib/polars/string_cache.rb
#using_string_cache ⇒ Boolean
Check whether the global string cache is enabled.
97 98 99 |
# File 'lib/polars/string_cache.rb', line 97 def using_string_cache Plr.using_string_cache end |