Functions.Expm1 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Expm1(Column) |
Computes the exponential of the given value minus one. |
Expm1(String) |
Computes the exponential of the given value minus one. |
Expm1(Column)
Computes the exponential of the given value minus one.
public static Microsoft.Spark.Sql.Column Expm1(Microsoft.Spark.Sql.Column column);
static member Expm1 : Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Expm1 (column As Column) As Column
Parameters
- column
- Column
Column to apply
Returns
Column object
Applies to
Expm1(String)
Computes the exponential of the given value minus one.
public static Microsoft.Spark.Sql.Column Expm1(string columnName);
static member Expm1 : string -> Microsoft.Spark.Sql.Column
Public Shared Function Expm1 (columnName As String) As Column
Parameters
- columnName
- String
Column name
Returns
Column object