@@ -62,13 +62,13 @@ out stats :
6262
6363expr : a > 17
6464cardinality : 100
65- estimated : 36.36363636363637
65+ estimated : 27.27272727272727
6666in stats :
67670 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(10.0), null_count: 0, histogram: None }
68681 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(10.0), null_count: 10, histogram: None }
6969out stats :
70- 0 ColumnStat { min: UInt(17), max: UInt(20), ndv: Stat(4 .0), null_count: 0, histogram: None }
71- 1 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(4 .0), null_count: 4 , histogram: None }
70+ 0 ColumnStat { min: UInt(17), max: UInt(20), ndv: Stat(3 .0), null_count: 0, histogram: None }
71+ 1 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(3 .0), null_count: 3 , histogram: None }
7272
7373expr : a > 20
7474cardinality : 100
@@ -162,13 +162,13 @@ out stats :
162162
163163expr : a < 17
164164cardinality : 100
165- estimated : 72.72727272727273
165+ estimated : 63.63636363636363
166166in stats :
1671670 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(10.0), null_count: 0, histogram: None }
1681681 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(10.0), null_count: 10, histogram: None }
169169out stats :
170- 0 ColumnStat { min: UInt(10), max: UInt(17), ndv: Stat(8 .0), null_count: 0, histogram: None }
171- 1 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(8 .0), null_count: 8 , histogram: None }
170+ 0 ColumnStat { min: UInt(10), max: UInt(17), ndv: Stat(7 .0), null_count: 0, histogram: None }
171+ 1 ColumnStat { min: UInt(10), max: UInt(20), ndv: Stat(7 .0), null_count: 7 , histogram: None }
172172
173173expr : a < 20
174174cardinality : 100
0 commit comments