[][src]Trait polars::datatypes::PolarsDataType

pub trait PolarsDataType: Send + Sync {
    pub fn get_data_type() -> ArrowDataType;
}

Required methods

Loading content...

Implementors

impl PolarsDataType for ListType[src]

impl PolarsDataType for Utf8Type[src]

impl<T> PolarsDataType for T where
    T: PolarsPrimitiveType + Sync + Send
[src]

impl<T: Send + Sync> PolarsDataType for ObjectType<T>[src]

This is supported on crate feature object only.
Loading content...