Function timestamp_value

Source
pub(crate) fn timestamp_value(array: &ArrayRef, idx: usize) -> i64
Expand description

Gets the timestamp value from the timestamp array.

ยงPanics

Panics if the array is not a timestamp array or the index is out of bound.