+
K
Supported in: Batch, Streaming
Right-pad the string column to width of length with pad. If the length of the string is greater than the length provided, it will be trimmed.
Expression categories: String
Output type: String
Argument values:
Output: Hello world!***
String
Length
Pad
Description: Length less than the string will truncate the string. Argument values:
Output: Hello
Description: Length of 0 will remove the string. Argument values:
Output: empty string