Struct arrow_array::types::TimestampNanosecondType
source · pub struct TimestampNanosecondType {}
Expand description
A timestamp nanosecond type with an optional timezone.
Trait Implementations§
source§impl ArrowPrimitiveType for TimestampNanosecondType
impl ArrowPrimitiveType for TimestampNanosecondType
source§fn get_byte_width() -> usize
fn get_byte_width() -> usize
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 ArrowTimestampType for TimestampNanosecondType
impl ArrowTimestampType for TimestampNanosecondType
source§fn get_time_unit() -> TimeUnit
fn get_time_unit() -> TimeUnit
Returns the
TimeUnit
of this timestamp.