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