table::predicate

Function extract_from_in_list_expr

source
fn extract_from_in_list_expr(
    ts_col_name: &str,
    expr: &Expr,
    negated: bool,
    list: &[Expr],
) -> Option<TimestampRange>
Expand description

Extract time range filter from IN (...) expr.