snowflake.snowpark.functions.rpad¶
- snowflake.snowpark.functions.rpad(e: ColumnOrName, len: Column | int, pad: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L1557-L1578)¶
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: