snowflake.snowpark.functions.rpad¶
- snowflake.snowpark.functions.rpad(e: Union[Column, str], len: Union[Column, int], pad: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L2214-L2235)¶
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: