spark_connect_rs::functions

Function find_in_set

Source
pub fn find_in_set(
    str: impl Into<Column>,
    str_array: impl Into<Column>,
) -> Column
Expand description

Returns the index (1-based) of the given string (str) in the comma-delimited list (strArray).