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.
fn extract_from_in_list_expr(
ts_col_name: &str,
expr: &Expr,
negated: bool,
list: &[Expr],
) -> Option<TimestampRange>
Extract time range filter from IN (...)
expr.