Function spark_connect_rs::functions::atan2

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