Skip to main content

append_timestamps

Function append_timestamps 

Source
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.