Trait polars_core::datatypes::PolarsNumericType

source ·
pub trait PolarsNumericType: 'static
where Self: 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§