Function spark_connect_core::functions::array_except

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