pub fn build_time_range_predicate<'a>(
ts_col_name: &'a str,
ts_col_unit: TimeUnit,
filters: &'a mut Vec<Expr>,
) -> TimestampRange
Expand description
build_time_range_predicate
extracts time range from logical exprs to facilitate fast
time range pruning.