pub fn split_part<T: OffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description

Splits string at occurrences of delimiter and returns the n’th field (counting from one). split_part(‘abc~@def@ghi’, ‘@~’, 2) = ‘def’