Class: Polars::UnsignedIntegerType

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

Overview

Base class for unsigned integer data types.

Direct Known Subclasses

UInt16, UInt32, UInt64, UInt8