naman1996 commented on pull request #8231:
URL: https://github.com/apache/arrow/pull/8231#issuecomment-697189413
Functionality - Takes in 3 arguments. String, split_string, and index. Will
split the given string by using split_string as delimitersand return the string
at index position. Eg -
split_part("A,B,C", ",", 2) will output B
"A,B,C" -> [A, B, C] -> (return 2nd split element i.e. B)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]