Class StringFunctions
java.lang.Object
org.apache.drill.exec.expr.fn.impl.StringFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConvert string to ASCII from another encoding input.static classReturns the ASCII code of the first character of input stringstatic classReturns the char corresponding to ASCII code input.static classstatic classstatic classRemove the longest string containing only characters from "from" from the start of "text"static classRemove the longest string containing only character " " from the start of "text"static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classRemove the longest string containing only characters from "from" from the start of "text"static classRemove the longest string containing only character " " from the start of "text"static classstatic classstatic classstatic classstatic classstatic classstatic classReturns the input char sequences repeated nTimes.static classstatic classReturns the reverse string for given input.static classstatic classFill up the string to length "length" by appending the characters 'fill' at the end of 'text' If the string is already longer than length then it is truncated.static classFill up the string to length "length" by appending the characters ' ' at the end of 'text' If the string is already longer than length then it is truncated.static classRemove the longest string containing only characters from "from" from the end of "text"static classRemove the longest string containing only character " " from the end of "text"static classstatic classstatic classstatic classReturn the string part at index after splitting the input string using the specified delimiter.static classReturn the string part from start to end after splitting the input string using the specified delimiter.static classstatic classstatic classstatic classstatic classstatic classstatic class -
Method Summary