Function array_position

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

Locates the position of the first occurrence of the given value in the given array.