pub fn array_position( col: impl Into<Column>, value: impl Into<Column>, ) -> Column
Locates the position of the first occurrence of the given value in the given array.