Trait arrow_array::types::ArrowTimestampType
source · pub trait ArrowTimestampType: ArrowTemporalType<Native = i64> {
const UNIT: TimeUnit;
// Provided method
fn get_time_unit() -> TimeUnit { ... }
}
Expand description
A timestamp type allows us to create array builders that take a timestamp.
Required Associated Constants§
Provided Methods§
sourcefn get_time_unit() -> TimeUnit
fn get_time_unit() -> TimeUnit
👎Deprecated: Use Self::UNIT
Returns the TimeUnit
of this timestamp.