pub fn append_timestamps(
ts_array: &ArrayRef,
timestamps: &mut Vec<i64>,
) -> Option<()>Expand description
Appends non-null timestamps in the source array’s native time unit.
Returns None for a non-timestamp array without changing timestamps.