Function spark_connect_rs::functions::pow

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