spark_connect_rs::functions

Function array_contains

Source
pub fn array_contains(
    col: impl Into<Column>,
    value: impl Into<Column>,
) -> Column
Expand description

Returns null if the array is null, true if the array contains the given value, and false otherwise.