pub fn array_contains( col: impl Into<Column>, value: impl Into<Column>, ) -> Column
Returns null if the array is null, true if the array contains the given value, and false otherwise.