englefly commented on code in PR #21482: URL: https://github.com/apache/doris/pull/21482#discussion_r1257799496
########## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStatistic.java: ########## @@ -102,9 +115,12 @@ and after join(l_orderkey = o_orderkey), lineitem is reduced by 1/3. public final LiteralExpr minExpr; public final LiteralExpr maxExpr; + @SerializedName("histogram") // assign value when do stats estimation. public final Histogram histogram; + public final Map<Long, ColumnStatistic> partitionIdToColStats = new HashMap<>(); Review Comment: we need partition range. where can I get partition range by partition id? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org