Struct arrow::datatypes::Time32MillisecondType
source · [−]pub struct Time32MillisecondType {}
Trait Implementations
sourceimpl ArrowPrimitiveType for Time32MillisecondType
impl ArrowPrimitiveType for Time32MillisecondType
sourceconst DATA_TYPE: DataType = DataType::Time32(TimeUnit::Millisecond)
const DATA_TYPE: DataType = DataType::Time32(TimeUnit::Millisecond)
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 Debug for Time32MillisecondType
impl Debug for Time32MillisecondType
impl ArrowNumericType for Time32MillisecondType
impl ArrowTemporalType for Time32MillisecondType
Auto Trait Implementations
impl RefUnwindSafe for Time32MillisecondType
impl Send for Time32MillisecondType
impl Sync for Time32MillisecondType
impl Unpin for Time32MillisecondType
impl UnwindSafe for Time32MillisecondType
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