spark_connect_rs::functions

Function instr

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

Locate the position of the first occurrence of substr column in the given string.