You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/23 07:34:45 UTC

[GitHub] [arrow] naman1996 commented on pull request #8231: ARROW-10023: [C++][Gandiva] Implement split_part function in gandiva

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:
users@infra.apache.org