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.1.0/src/snowflake/snowpark/functions.py#L1039-L1044)¶
Right-pads a string with characters from another string, or right-pads a binary value with bytes from another binary value.