fn extract_from_binary_expr( ts_col_name: &str, ts_col_unit: TimeUnit, left: &Expr, op: &Operator, right: &Expr, ) -> Option<TimestampRange>