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