Trait polars::datatypes::PolarsNumericType

source ·
pub trait PolarsNumericType: 'static + for<'a> PolarsDataType<Physical<'a> = Self::Native, ZeroablePhysical<'a> = Self::Native, Array = PrimitiveArray<Self::Native>, Structure = Flat> {
    type Native: NumericNative;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§