snowflake.snowpark.functions.negate¶ snowflake.snowpark.functions.negate(e: ColumnOrName) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L715-L718)¶ Returns the negation of the value in the column (equivalent to a unary minus).