pub fn split_part( string_expr: &str, delimiter_expr: &str, nth_expr: i32, writer: &mut impl Write, ) -> Result<()>