You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.pow¶

snowflake.snowpark.functions.pow(left: ColumnOrName | int | float, right: ColumnOrName | int | float) → Column[source]¶

Returns a number (left) raised to the specified power (right).