pub fn split_part(column: &Column, delimiter: &str, part_num: i64) -> Column
Split by delimiter and return 1-based part (PySpark split_part).