Skip to content
Snippets Groups Projects
Commit 19ad1863 authored by Shagun Sodhani's avatar Shagun Sodhani Committed by Reynold Xin
Browse files

[SPARK-11233][SQL] register cosh in function registry

Author: Shagun Sodhani <sshagunsodhani@gmail.com>

Closes #9199 from shagunsodhani/proposed-fix-#11233.
parent a37cd870
No related branches found
No related tags found
No related merge requests found
......@@ -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"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment