Trait arrow_array::types::ArrowTimestampType
source · pub trait ArrowTimestampType: ArrowTemporalType {
// Required method
fn get_time_unit() -> TimeUnit;
}
Expand description
A timestamp type allows us to create array builders that take a timestamp.
Required Methods§
sourcefn get_time_unit() -> TimeUnit
fn get_time_unit() -> TimeUnit
Returns the TimeUnit
of this timestamp.