Get started
Load & manage data
Work with data
Administration
Reference & resources
CLUSTER BY
mask
ROW FILTER
更新しました 2024/11/04
Send us feedback
cosh
Applies to: Databricks SQL Databricks Runtime
Returns the hyperbolic cosine of expr.
expr
cosh(expr)
expr: An expression that evaluates to a numeric.
A DOUBLE.
> SELECT cosh(0); 1.0
sinh function
cos function