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 17:27:15 UTC

[GitHub] [calcite] XuQianJin-Stars opened a new pull request #1731: [CALCITE-3707] Implement COSH function

XuQianJin-Stars opened a new pull request #1731: [CALCITE-3707] Implement COSH function
URL: https://github.com/apache/calcite/pull/1731
 
 
   As illustrated in [CALCITE-3707](https://issues.apache.org/jira/browse/CALCITE-3707)
   # COSH   returns the hyperbolic cosine of a number.
   select cosh(1);
   +-------------------+
   | EXPR$0            |
   +-------------------+
   | 1.543080634815244 |
   +-------------------+
   (1 row)
   
   !ok

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

[GitHub] [calcite] michaelmior closed pull request #1731: [CALCITE-3707] Implement COSH function

Posted by GitBox <gi...@apache.org>.
michaelmior closed pull request #1731: [CALCITE-3707] Implement COSH function
URL: https://github.com/apache/calcite/pull/1731
 
 
   

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

[GitHub] [calcite] XuQianJin-Stars commented on a change in pull request #1731: [CALCITE-3707] Implement COSH function

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on a change in pull request #1731: [CALCITE-3707] Implement COSH function
URL: https://github.com/apache/calcite/pull/1731#discussion_r365494143
 
 

 ##########
 File path: site/_docs/reference.md
 ##########
 @@ -2296,6 +2296,7 @@ semantics.
 | p | expr :: type                                   | Casts *expr* to *type*
 | o | CHR(integer) | Returns the character having the binary equivalent to *integer* as a CHAR value
 | m o p | CONCAT(string [, string ]*)                | Concatenates two or more strings
+| o | COSH(numeric)                                  | Returns the hyperbolic cosine of *numeric*
 
 Review comment:
   > Lets maintain alphabetical order :)
   
   well, Let me change it. 

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

[GitHub] [calcite] ritesh-kapoor commented on a change in pull request #1731: [CALCITE-3707] Implement COSH function

Posted by GitBox <gi...@apache.org>.
ritesh-kapoor commented on a change in pull request #1731: [CALCITE-3707] Implement COSH function
URL: https://github.com/apache/calcite/pull/1731#discussion_r365280354
 
 

 ##########
 File path: site/_docs/reference.md
 ##########
 @@ -2296,6 +2296,7 @@ semantics.
 | p | expr :: type                                   | Casts *expr* to *type*
 | o | CHR(integer) | Returns the character having the binary equivalent to *integer* as a CHAR value
 | m o p | CONCAT(string [, string ]*)                | Concatenates two or more strings
+| o | COSH(numeric)                                  | Returns the hyperbolic cosine of *numeric*
 
 Review comment:
   Lets maintain alphabetical order :)

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