[ https://issues.apache.org/jira/browse/FLINK-10418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16629709#comment-16629709 ]
ASF GitHub Bot commented on FLINK-10418: ---------------------------------------- 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: us...@infra.apache.org > Add COTH math function supported in Table API and SQL > ----------------------------------------------------- > > Key: FLINK-10418 > URL: https://issues.apache.org/jira/browse/FLINK-10418 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: Aleksei Izmalkin > Priority: Minor > Labels: pull-request-available > > Inspired by FLINK-10398 -- This message was sent by Atlassian JIRA (v7.6.3#76005)