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.48.0/src/snowflake/snowpark/functions.py#L3159-L3190)¶
Returns a number (left) raised to the specified power (right).
- Example::