Skip to main content

locate

Function locate 

Source
pub fn locate(substr: &str, column: &Column, pos: i64) -> Column
Expand description

Find substring position 1-based, starting at pos (PySpark locate). 0 if not found.