Class: Polars::IntegralType

Inherits:
NumericType 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