spark_connect_rs::functions

Function pow

Source
pub fn pow(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Expand description

Returns the value of the first argument raised to the power of the second argument.