Struct polars::datatypes::Time32MillisecondType [−]
pub struct Time32MillisecondType {}Trait Implementations
impl ArrowPrimitiveType for Time32MillisecondType
impl ArrowPrimitiveType for Time32MillisecondTypefn get_byte_width() -> usize
fn get_byte_width() -> usizeReturns the byte width of this primitive type.
fn default_value() -> Self::Native
fn default_value() -> Self::NativeReturns a default value of this primitive type. Read more
impl Debug for Time32MillisecondType
impl Debug for Time32MillisecondTypeimpl ArrowNumericType for Time32MillisecondTypeimpl ArrowTemporalType for Time32MillisecondTypeAuto Trait Implementations
impl RefUnwindSafe for Time32MillisecondTypeimpl Send for Time32MillisecondTypeimpl Sync for Time32MillisecondTypeimpl Unpin for Time32MillisecondTypeimpl UnwindSafe for Time32MillisecondType