amaliujia commented on a change in pull request #1739: [CALCITE-3686] Implement 
bit_not function
URL: https://github.com/apache/calcite/pull/1739#discussion_r366039048
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java
 ##########
 @@ -1072,6 +1072,12 @@ public static long bitAnd(long b0, long b1) {
     return b0 & b1;
   }
 
+  // ~
 
 Review comment:
   is `~` supported in Parser, or is this `~` just a comment without indicating 
that parser supports `~`?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to