Function spark_connect_rs::functions::nullif

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