pyspark.sql.functions.ceil

pyspark.sql.functions.ceil(col: ColumnOrName) → pyspark.sql.column.Column[source]

Computes the ceiling of the given value.

New in version 1.4.