Function time_array_value
Source pub fn time_array_value(array: &ArrayRef, i: usize) -> Time
Expand description
Get the [Time] value at index i of the time array.
Note: This method does not check for nulls and the value is arbitrary
if is_null returns true for the index.
ยงPanics
- if index
i is out of bounds;
- or the array is not
Time32 or Time64 type.