Class: Polars::SignedIntegerType

Inherits:
IntegerType show all
Defined in:
lib/polars/data_types.rb

Overview

Base class for signed integer data types.

Direct Known Subclasses

Int16, Int32, Int64, Int8