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



##########
File path: 
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java
##########
@@ -482,6 +500,7 @@
    * <p>Its precedence is less than the prefix {@link #UNARY_PLUS +}
    * and {@link #UNARY_MINUS -} operators.
    */
+  @LibraryOperator(libraries = {STANDARD})
   public static final SqlBinaryOperator MINUS =
       new SqlMonotonicBinaryOperator(
           "-",

Review comment:
       @danny0405 The essential change to the 'core data structure' is just 
annotating some operators as 'standard'. This simply attaches richer 
information to the operators, which will help users. 




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


Reply via email to