Struct datafusion::common::arrow::datatypes::DurationNanosecondType
source · pub struct DurationNanosecondType {}Expand description
An elapsed time type in nanoseconds.
Trait Implementations§
source§impl ArrowPrimitiveType for DurationNanosecondType
impl ArrowPrimitiveType for DurationNanosecondType
source§fn get_byte_width() -> usize
fn get_byte_width() -> usize
👎Deprecated: Use ArrowNativeType::get_byte_width
Returns the byte width of this primitive type.
source§fn default_value() -> Self::Native
fn default_value() -> Self::Native
Returns a default value of this primitive type. Read more
source§impl Debug for DurationNanosecondType
impl Debug for DurationNanosecondType
impl ArrowTemporalType for DurationNanosecondType
Auto Trait Implementations§
impl Freeze for DurationNanosecondType
impl RefUnwindSafe for DurationNanosecondType
impl Send for DurationNanosecondType
impl Sync for DurationNanosecondType
impl Unpin for DurationNanosecondType
impl UnwindSafe for DurationNanosecondType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more