Function spark_connect_core::functions::isnotnull

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