SandishKumarHN opened a new pull request #6456: URL: https://github.com/apache/incubator-pinot/pull/6456
5362: strpos - Returns the starting position of the first instance of substring in string strrpos - Returns the starting position of the last instance of substring in string strrpos - Returns the position of the N-th instance of substring in string starting from the end of the string to_utf8 - Encodes string into a UTF-8 varbinary representation. normalize - Transforms string with NFC normalization form normalize - Transforms string with the specified normalization form split - Splits string on delimiter and returns an array. replace - Removes all instances of search from string hammingDistance - Returns the Hamming distance of string1 and string2 contains ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
