Method: Polars::DataType#to_s

Defined in:
lib/polars/data_types.rb

#to_sString

Returns a string representing the data type.

Returns:

[View source]

111
112
113
# File 'lib/polars/data_types.rb', line 111

def to_s
  self.class.name
end