[ https://issues.apache.org/jira/browse/HIVE-26636?focusedWorklogId=821339&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-821339 ]
ASF GitHub Bot logged work on HIVE-26636: ----------------------------------------- Author: ASF GitHub Bot Created on: 28/Oct/22 08:07 Start Date: 28/Oct/22 08:07 Worklog Time Spent: 10m Work Description: ggangadharan commented on code in PR #3681: URL: https://github.com/apache/hive/pull/3681#discussion_r1007777469 ########## vector-code-gen/src/org/apache/hadoop/hive/tools/GenVectorCode.java: ########## @@ -1100,10 +1100,16 @@ public class GenVectorCode extends Task { {"ColumnUnaryFunc", "FuncAbs", "long", "long", "MathExpr.abs", "", "", "", ""}, {"ColumnUnaryFunc", "FuncSin", "double", "double", "Math.sin", "", "", "", ""}, {"ColumnUnaryFunc", "FuncSin", "double", "long", "Math.sin", "(double)", "", "", ""}, + {"ColumnUnaryFunc", "FuncSinh", "double", "double", "StrictMath.sinh", "", "", "", ""}, Review Comment: formatted the lines in the new commit Issue Time Tracking ------------------- Worklog Id: (was: 821339) Time Spent: 2h 10m (was: 2h) > Hyperbolic functions > ---------------------- > > Key: HIVE-26636 > URL: https://issues.apache.org/jira/browse/HIVE-26636 > Project: Hive > Issue Type: New Feature > Reporter: Gopinath > Assignee: Gopinath > Priority: Major > Labels: pull-request-available > Time Spent: 2h 10m > Remaining Estimate: 0h > > Adding hyperbolic functions. > |Function|Description|Example|Result| > |sinh (x)|hyperbolic sine|sinh(0)|0| > |cosh (x)|hyperbolic cosine|cosh(0)|1| > |tanh (x)|hyperbolic tangent|tanh(0)|0| -- This message was sent by Atlassian Jira (v8.20.10#820010)