last_timestamp_start

Function last_timestamp_start 

Source
fn last_timestamp_start(
    ts_values: &[i64],
    range_start: usize,
    range_end: usize,
) -> usize
Expand description

Finds the start index of rows sharing the last (maximum) timestamp within the range [range_start, range_end).