You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/07/21 03:58:51 UTC

[GitHub] [calcite] liyafan82 commented on a change in pull request #2077: [CALCITE-4132] Estimate the number of distinct values more accurately (Liya Fan)

liyafan82 commented on a change in pull request #2077:
URL: https://github.com/apache/calcite/pull/2077#discussion_r457821734



##########
File path: core/src/main/java/org/apache/calcite/rel/metadata/RelMdUtil.java
##########
@@ -293,7 +293,7 @@ public static void setLeftRightBitmaps(
    * @param numSelected number selected from the domain
    * @return number of distinct values for subset selected
    */
-  public static Double numDistinctVals(
+  public static Double numDistinctValsApprox(

Review comment:
       Removed. Thanks for your kind reminder. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org