spark_connect_rs::functions

Function power

Source
pub fn power(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.