[][src]Trait arrow::datatypes::ArrowTimestampType

pub trait ArrowTimestampType: ArrowTemporalType {
    fn get_time_unit() -> TimeUnit;
}

A timestamp type allows us to create array builders that take a timestamp.

Required methods

fn get_time_unit() -> TimeUnit

Returns the TimeUnit of this timestamp.

Loading content...

Implementors

impl ArrowTimestampType for TimestampMicrosecondType[src]

impl ArrowTimestampType for TimestampMillisecondType[src]

impl ArrowTimestampType for TimestampNanosecondType[src]

impl ArrowTimestampType for TimestampSecondType[src]

Loading content...