englefly commented on code in PR #18596:
URL: https://github.com/apache/doris/pull/18596#discussion_r1166322983
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsMathUtil.java:
##########
@@ -59,4 +64,21 @@ public static double divide(double a, double b) {
return a / nonZeroDivisor(b);
}
+ /**
+ * compute the multi columns unite ndv
+ */
+ public static double multiNdv(List<Double> ndvs) {
Review Comment:
how about rename to accumulativeNdv or jointNdv ?
--
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]