weizhengte commented on code in PR #14910:
URL: https://github.com/apache/doris/pull/14910#discussion_r1046704187
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStatistic.java:
##########
@@ -68,6 +69,7 @@ public class ColumnStatistic {
public final double avgSizeByte;
public final double minValue;
public final double maxValue;
+ public final Histogram histogram;
Review Comment:
I agree with your opinion. This is still a wip PR now, and I will consider
using a separate histogram information collection process and structure later
in the next PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]