You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/12/23 02:30:52 UTC

[GitHub] [incubator-pinot] SandishKumarHN commented on issue #5362: Add UDFs for String Transformation

SandishKumarHN commented on issue #5362:
URL: https://github.com/apache/incubator-pinot/issues/5362#issuecomment-749888846


   @KKcorps was thinking to add the below string functions
   
   1) string1 + string2 = Concatenates (joins) string1 and string2
   2) string * x = Returns the characters from the range provided at x:y.
   3) string[x:y] = Returns the characters from the range provided at x:y.
   4) x in string = Returns True if x exists in the string. Can be multiple characters.
   5) x not in string = Returns True if x does not exist in the string. Can be multiple characters.
   
   is that what we are looking for?


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org