Share via


Functions.Log1p Method

Definition

Overloads

Log1p(Column)

Computes the natural logarithm of the given value plus one.

Log1p(String)

Computes the natural logarithm of the given value plus one.

Log1p(Column)

Computes the natural logarithm of the given value plus one.

public static Microsoft.Spark.Sql.Column Log1p (Microsoft.Spark.Sql.Column column);
static member Log1p : Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Log1p (column As Column) As Column

Parameters

column
Column

Column to apply

Returns

Column object

Applies to

Log1p(String)

Computes the natural logarithm of the given value plus one.

public static Microsoft.Spark.Sql.Column Log1p (string columnName);
static member Log1p : string -> Microsoft.Spark.Sql.Column
Public Shared Function Log1p (columnName As String) As Column

Parameters

columnName
String

Column name

Returns

Column object

Applies to