snowflake.snowpark.functions.pow¶
- snowflake.snowpark.functions.pow(left: Union[Column, str, int, float], right: Union[Column, str, int, float]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L2452-L2474)¶
Returns a number (left) raised to the specified power (right).
- Example::