[ 
https://issues.apache.org/jira/browse/FLINK-10384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16648069#comment-16648069
 ] 

ASF GitHub Bot commented on FLINK-10384:
----------------------------------------

xccui commented on a change in pull request #6730: [FLINK-10384][table] Add 
Sinh math function supported in Table API and SQL
URL: https://github.com/apache/flink/pull/6730#discussion_r224835409
 
 

 ##########
 File path: docs/dev/table/functions.md
 ##########
 @@ -1197,6 +1197,18 @@ SIN(numeric)
       </td>
     </tr>
 
+    <tr>
+      <td>
+        {% highlight text %}
+SINH(numeric)
+{% endhighlight %}
+      </td>
+      <td>
+        <p>Returns the hyperbolic sine of <i>NUMERIC</i>.</p> 
+        <p>Return value type is <i>DOUBLE</i>.</p>
 
 Review comment:
   Change `NUMERIC` to lowercase.
   
   The return type is ...

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add Sinh math function supported in Table API and SQL
> -----------------------------------------------------
>
>                 Key: FLINK-10384
>                 URL: https://issues.apache.org/jira/browse/FLINK-10384
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API &amp; SQL
>            Reporter: vinoyang
>            Assignee: vinoyang
>            Priority: Minor
>              Labels: pull-request-available
>
> like FLINK-10340 for adding Cosh math function



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to