☰
PolarsNumericType
Associated Types
Native
Implementors
In polars::prelude::datatypes
?
Trait
polars
::
prelude
::
datatypes
::
PolarsNumericType
source
·
[
−
]
pub trait PolarsNumericType: 'static +
Send
+
Sync
+
PolarsDataType
{ type
Native
:
NumericNative
; }
Associated Types
source
type
Native
:
NumericNative
Implementors
source
impl
PolarsNumericType
for
Float32Type
type
Native
=
f32
source
impl
PolarsNumericType
for
Float64Type
type
Native
=
f64
source
impl
PolarsNumericType
for
Int8Type
type
Native
=
i8
source
impl
PolarsNumericType
for
Int16Type
type
Native
=
i16
source
impl
PolarsNumericType
for
Int32Type
type
Native
=
i32
source
impl
PolarsNumericType
for
Int64Type
type
Native
=
i64
source
impl
PolarsNumericType
for
UInt8Type
type
Native
=
u8
source
impl
PolarsNumericType
for
UInt16Type
type
Native
=
u16
source
impl
PolarsNumericType
for
UInt32Type
type
Native
=
u32
source
impl
PolarsNumericType
for
UInt64Type
type
Native
=
u64