snowflake.snowpark.functions.trunc¶ snowflake.snowpark.functions.trunc(e: ColumnOrName, scale: ColumnOrName | int | float = 0) → Column[source]¶ Rounds the input expression down to the nearest (or equal) integer closer to zero, or to the nearest equal or smaller value with the specified number of places after the decimal point.