fn timestamp_range_from_array( timestamp_array: &ArrayRef, ) -> Result<Option<(Timestamp, Timestamp)>>
Gets min and max timestamp from an timestamp array.