snowflake.snowpark.functions.rpad¶
- snowflake.snowpark.functions.rpad(e: ColumnOrName, len: Column | int, pad: ColumnOrName) Column[source]¶
Right-pads a string with characters from another string, or right-pads a binary value with bytes from another binary value. When called, e is padded to length len with characters/bytes from pad.
Example: