Function spark_connect_rs::functions::array_except

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