Trait polars::datatypes::NumericNative

source ·
pub trait NumericNative: TotalOrd + PartialOrd + NativeType + Num<Output = Self, Output = Self, Output = Self, Output = Self, Output = Self> + NumCast + Zero + One + Simd + Sum + Add + Sub + Mul + Div + Rem + AddAssign + SubAssign + AbsDiff + Bounded + FromPrimitive + IsFloat + HasPrimitiveArithmeticKernel<TrueDivT = <Self::TrueDivPolarsType as PolarsNumericType>::Native> + FloatSum<f64> + MinMax + IsNull {
    type PolarsType: PolarsNumericType;
    type TrueDivPolarsType: PolarsNumericType;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NumericNative for f32

source§

impl NumericNative for f64

source§

impl NumericNative for i8

source§

impl NumericNative for i16

source§

impl NumericNative for i32

source§

impl NumericNative for i64

source§

impl NumericNative for i128

Available on crate feature dtype-decimal only.
source§

impl NumericNative for u8

source§

impl NumericNative for u16

source§

impl NumericNative for u32

source§

impl NumericNative for u64

Implementors§