Functions.Ceil Method

Definition

Overloads

Ceil(Column)

Computes the ceiling of the given value.

Ceil(String)

Computes the ceiling of the given value.

Ceil(Column)

Computes the ceiling of the given value.

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

Parameters

column
Column

Column to apply

Returns

Column object

Applies to

Ceil(String)

Computes the ceiling of the given value.

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

Parameters

columnName
String

Column name

Returns

Column object

Applies to