ClickHouse/tests/queries/0_stateless/02864_statistics_usage.reference
Nikita Taranov 483c2677a0 impl
2024-10-14 21:06:59 +01:00

21 lines
765 B
Plaintext

After insert
Prewhere info
Prewhere filter
Prewhere filter column: and(less(a, 10_UInt8), less(b, 10_UInt8)) (removed)
After drop statistic
Prewhere info
Prewhere filter
Prewhere filter column: and(less(b, 10_UInt8), less(a, 10_UInt8)) (removed)
After add and materialize statistic
Prewhere info
Prewhere filter
Prewhere filter column: and(less(a, 10_UInt8), less(b, 10_UInt8)) (removed)
After merge
Prewhere info
Prewhere filter
Prewhere filter column: and(less(a, 10_UInt8), less(b, 10_UInt8)) (removed)
After rename
Prewhere info
Prewhere filter
Prewhere filter column: and(less(a, 10_UInt8), less(c, 10_UInt8)) (removed)