Function spark_connect_rs::functions::isnotnull

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