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 2020/01/07 07:30:31 UTC

[GitHub] [calcite] yanlin-Lynn commented on a change in pull request #1725: [CALCITE-3694] Implement SINH function

yanlin-Lynn commented on a change in pull request #1725: [CALCITE-3694] Implement SINH function
URL: https://github.com/apache/calcite/pull/1725#discussion_r363620575
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java
 ##########
 @@ -1705,6 +1705,7 @@ public SqlOperandCountRange getOperandCountRange() {
           OperandTypes.NUMERIC,
           SqlFunctionCategory.NUMERIC);
 
+  public static final SqlFunction SINH = SqlLibraryOperators.SINH;
 
 Review comment:
   is `SINH` part of standard SQL ?

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