Function spark_connect_rs::functions::power

source ยท
pub fn power<T>(col1: T, col2: T) -> Column
where T: ToExpr, Vec<T>: ToVecExpr,