Class StringFunctions
java.lang.Object
org.apache.drill.exec.expr.fn.impl.StringFunctions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Convert string to ASCII from another encoding input.static class
Returns the ASCII code of the first character of input stringstatic class
Returns the char corresponding to ASCII code input.static class
static class
static class
Remove the longest string containing only characters from "from" from the start of "text"static class
Remove the longest string containing only character " " from the start of "text"static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Remove the longest string containing only characters from "from" from the start of "text"static class
Remove the longest string containing only character " " from the start of "text"static class
static class
static class
static class
static class
Returns the input char sequences repeated nTimes.static class
static class
Returns the reverse string for given input.static class
static class
Fill 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 class
Fill 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 class
Remove the longest string containing only characters from "from" from the end of "text"static class
Remove the longest string containing only character " " from the end of "text"static class
static class
static class
static class
Return the string part at index after splitting the input string using the specified delimiter.static class
Return the string part from start to end after splitting the input string using the specified delimiter.static class
static class
static class
static class
static class
static class
static class
-
Method Summary