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/release-v1.6.1/src/snowflake/snowpark/functions.py#L2272-L2294)¶
Returns a number (left) raised to the specified power (right).
- Example::