snowflake.snowpark.functions.pow¶ snowflake.snowpark.functions.pow(left: ColumnOrName | int | float, right: ColumnOrName | int | float) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L1111-L1121)¶ Returns a number (left) raised to the specified power (right).