optimize_redundant_comparisons
Detect conflicting and redundant comparison conditions on the same expression within AND chains. For example,a < 1 AND a > 5 would be rewritten to false.
ClickHouse session settings in the optimize_redundant_* generated group.
a < 1 AND a > 5 would be rewritten to false.