pub fn substring_index( src: impl Into<Column>, delim: impl Into<Column>, count: impl Into<Column>, ) -> Column
Returns the substring from string str before count occurrences of the delimiter delim.