Struct polars::datatypes::TimestampMicrosecondType [−]
pub struct TimestampMicrosecondType {}Trait Implementations
fn 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 ArrowTimestampType for TimestampMicrosecondType
impl ArrowTimestampType for TimestampMicrosecondTypepub fn get_time_unit() -> TimeUnit
pub fn get_time_unit() -> TimeUnitReturns the TimeUnit of this timestamp.
impl Debug for TimestampMicrosecondType
impl Debug for TimestampMicrosecondTypeimpl ArrowNumericType for TimestampMicrosecondTypeimpl ArrowTemporalType for TimestampMicrosecondTypeAuto Trait Implementations
impl RefUnwindSafe for TimestampMicrosecondTypeimpl Send for TimestampMicrosecondTypeimpl Sync for TimestampMicrosecondTypeimpl Unpin for TimestampMicrosecondTypeimpl UnwindSafe for TimestampMicrosecondType