Function timestamp_range_from_array

Source
fn timestamp_range_from_array(
    timestamp_array: &ArrayRef,
) -> Result<Option<(Timestamp, Timestamp)>>
Expand description

Gets min and max timestamp from an timestamp array.