spark_connect_rs::functions

Function substring_index

Source
pub fn substring_index(
    src: impl Into<Column>,
    delim: impl Into<Column>,
    count: impl Into<Column>,
) -> Column
Expand description

Returns the substring from string str before count occurrences of the delimiter delim.