Function spark_connect_core::functions::nullif

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