[][src]Trait polars::datatypes::PolarsIntegerType

pub trait PolarsIntegerType: PolarsNumericType { }

Implementors

impl PolarsIntegerType for Date32Type[src]

impl PolarsIntegerType for Date64Type[src]

impl PolarsIntegerType for DurationMillisecondType[src]

impl PolarsIntegerType for DurationNanosecondType[src]

impl PolarsIntegerType for Int8Type[src]

impl PolarsIntegerType for Int16Type[src]

impl PolarsIntegerType for Int32Type[src]

impl PolarsIntegerType for Int64Type[src]

impl PolarsIntegerType for Time64NanosecondType[src]

impl PolarsIntegerType for UInt8Type[src]

impl PolarsIntegerType for UInt16Type[src]

impl PolarsIntegerType for UInt32Type[src]

impl PolarsIntegerType for UInt64Type[src]

Loading content...