☰
PolarsDataType
Required Methods
get_dtype
Implementors
In polars_core::datatypes
?
Trait
polars_core
::
datatypes
::
PolarsDataType
source
·
[
−
]
pub trait PolarsDataType:
Send
+
Sync
{ fn
get_dtype
() ->
DataType
where
Self:
Sized
; }
Required methods
source
fn
get_dtype
() ->
DataType
where
Self:
Sized
,
Implementors
source
impl
PolarsDataType
for
BooleanType
source
impl
PolarsDataType
for
CategoricalType
source
impl
PolarsDataType
for
DateType
source
impl
PolarsDataType
for
DatetimeType
source
impl
PolarsDataType
for
DurationType
source
impl
PolarsDataType
for
Float32Type
source
impl
PolarsDataType
for
Float64Type
source
impl
PolarsDataType
for
Int8Type
source
impl
PolarsDataType
for
Int16Type
source
impl
PolarsDataType
for
Int32Type
source
impl
PolarsDataType
for
Int64Type
source
impl
PolarsDataType
for
ListType
source
impl
PolarsDataType
for
TimeType
source
impl
PolarsDataType
for
UInt8Type
source
impl
PolarsDataType
for
UInt16Type
source
impl
PolarsDataType
for
UInt32Type
source
impl
PolarsDataType
for
UInt64Type
source
impl
PolarsDataType
for
Utf8Type
source
impl<T:
PolarsObject
>
PolarsDataType
for
ObjectType
<T>