Method: Polars::Functions#using_string_cache

Defined in:
lib/polars/string_cache.rb

#using_string_cacheBoolean

Check whether the global string cache is enabled.

Returns:


97
98
99
# File 'lib/polars/string_cache.rb', line 97

def using_string_cache
  Plr.using_string_cache
end