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 2019/06/27 17:25:53 UTC

[GitHub] [calcite] hsyuan commented on a change in pull request #1282: [CALCITE-3151] RexCall's Monotonicity is not considered in determinin…

hsyuan commented on a change in pull request #1282: [CALCITE-3151] RexCall's Monotonicity is not considered in determinin…
URL: https://github.com/apache/calcite/pull/1282#discussion_r298285228
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/rel/metadata/RelMdCollation.java
 ##########
 @@ -478,6 +428,67 @@ public int compare(List<RexLiteral> o1, List<RexLiteral> o2) {
     }
     return ImmutableList.of();
   }
+
+  private static List<RelCollation> enumrableCalc(RelMetadataQuery mq,
 
 Review comment:
   enumrableCalc typo

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


With regards,
Apache Git Services