Functions.Ceil 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
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