Function spark_connect_core::functions::array_remove

source ยท
pub fn array_remove<T: ToExpr + ToLiteralExpr>(col: T, element: T) -> Column
where Vec<T>: ToVecExpr,