Skip to content

Commit

Permalink
[SPARK-11233][SQL] register cosh in function registry
Browse files Browse the repository at this point in the history
Author: Shagun Sodhani <sshagunsodhani@gmail.com>

Closes apache#9199 from shagunsodhani/proposed-fix-#11233.
  • Loading branch information
shagunsodhani authored and rxin committed Oct 21, 2015
1 parent a37cd87 commit 19ad186
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ object FunctionRegistry {
expression[Ceil]("ceil"),
expression[Ceil]("ceiling"),
expression[Cos]("cos"),
expression[Cosh]("cosh"),
expression[Conv]("conv"),
expression[EulerNumber]("e"),
expression[Exp]("exp"),
Expand Down

0 comments on commit 19ad186

Please sign in to comment.