table::predicate

Function get_timestamp_filter

source
fn get_timestamp_filter(
    ts_col_name: &str,
    left: &Expr,
    right: &Expr,
) -> Option<(Timestamp, bool)>