You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/27 03:35:07 UTC

[GitHub] yanghua commented on a change in pull request #6764: [FLINK-10418] [Table API & SQL] Add COTH math function supported in Table API and SQL

yanghua commented on a change in pull request #6764: [FLINK-10418] [Table API & SQL] Add COTH math function supported in Table API and SQL
URL: https://github.com/apache/flink/pull/6764#discussion_r220784635
 
 

 ##########
 File path: docs/dev/table/functions.md
 ##########
 @@ -1230,6 +1230,17 @@ COT(numeric)
       </td>
     </tr>
 
+    <tr>
+      <td>
+        {% highlight text %}
+COTH(numeric)
+{% endhighlight %}
+      </td>
+      <td>
+        <p>Returns the hyperbolic cotangent of a <i>numeric</i>.</p>
 
 Review comment:
   please add some information about returned types, refer to @pnowojski 's review suggestion in #6700 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services