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