Function timestamp_array_to_primitive

Source
pub fn timestamp_array_to_primitive(
    ts_array: &ArrayRef,
) -> Option<(PrimitiveArray<Int64Type>, TimeUnit)>
Expand description

Converts a timestamp array to a primitive array and the time unit.