Trait polars::prelude::PolarsNumericType  
source · pub trait PolarsNumericType: 'static + for<'a> PolarsDataType<OwnedPhysical = Self::Native, Physical<'a> = Self::Native, ZeroablePhysical<'a> = Self::Native, Array = PrimitiveArray<Self::Native>, IsNested = FalseT, HasViews = FalseT> {
    type Native: NumericNative;
}Required Associated Types§
type Native: NumericNative
Object Safety§
This trait is not object safe.
Implementors§
source§impl PolarsNumericType for Float32Type
 
impl PolarsNumericType for Float32Type
source§impl PolarsNumericType for Float64Type
 
impl PolarsNumericType for Float64Type
source§impl PolarsNumericType for Int128Type
Available on crate feature dtype-decimal only. 
impl PolarsNumericType for Int128Type
Available on crate feature 
dtype-decimal only.