julianhyde commented on a change in pull request #2242:
URL: https://github.com/apache/calcite/pull/2242#discussion_r517650537
##########
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:
Let's not add all these annotations.
----------------------------------------------------------------
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]