Libraries
»
polars-df
(0.8.0)
»
Index (I)
»
Polars
»
IntegralType
Class: Polars::IntegralType
Inherits:
NumericType
Object
DataType
NumericType
Polars::IntegralType
show all
Defined in:
lib/polars/data_types.rb
Overview
Base class for integral data types.
Direct Known Subclasses
Int16
,
Int32
,
Int64
,
Int8
,
UInt16
,
UInt32
,
UInt64
,
UInt8