XuQianJin-Stars commented on a change in pull request #1739: [CALCITE-3686]
Implement bit_not function
URL: https://github.com/apache/calcite/pull/1739#discussion_r366153584
##########
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:
> supported in Parser
`~` Not supported in Parser.
----------------------------------------------------------------
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