Function make_hop_window_expression

Source
pub fn make_hop_window_expression(
    time_col_data_type: DataType,
    time_col_idx: usize,
    window_size: Interval,
    window_slide: Interval,
    window_offset: Interval,
) -> Result<(Vec<BoxedExpression>, Vec<BoxedExpression>)>