Skip to content

Commit

Permalink
fixes SPARK-11233: registered cosh is in function registry
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunsodhani committed Oct 21, 2015
1 parent 5cdea7d commit d89931a
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 d89931a

Please sign in to comment.