Struct arrow::datatypes::TimestampMillisecondType
source · [−]pub struct TimestampMillisecondType {}
Trait Implementations
sourceimpl ArrowPrimitiveType for TimestampMillisecondType
impl ArrowPrimitiveType for TimestampMillisecondType
sourceconst DATA_TYPE: DataType = DataType::Timestamp(TimeUnit::Millisecond, None)
const DATA_TYPE: DataType = DataType::Timestamp(TimeUnit::Millisecond, None)
the corresponding Arrow data type of this primitive type.
sourcefn get_byte_width() -> usize
fn get_byte_width() -> usize
Returns the byte width of this primitive type.
sourcefn default_value() -> Self::Native
fn default_value() -> Self::Native
Returns a default value of this primitive type. Read more
sourceimpl ArrowTimestampType for TimestampMillisecondType
impl ArrowTimestampType for TimestampMillisecondType
sourcefn get_time_unit() -> TimeUnit
fn get_time_unit() -> TimeUnit
Returns the
TimeUnit
of this timestamp.sourceimpl Debug for TimestampMillisecondType
impl Debug for TimestampMillisecondType
impl ArrowNumericType for TimestampMillisecondType
impl ArrowTemporalType for TimestampMillisecondType
Auto Trait Implementations
impl RefUnwindSafe for TimestampMillisecondType
impl Send for TimestampMillisecondType
impl Sync for TimestampMillisecondType
impl Unpin for TimestampMillisecondType
impl UnwindSafe for TimestampMillisecondType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more