pub fn array_remove( col: impl Into<Column>, element: impl Into<Column>, ) -> Column
Remove all elements that equal to element from the given array.