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

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

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

Required methods

Returns the TimeUnit of this timestamp.

Implementors