snowflake.snowpark.functions.lpad¶
- snowflake.snowpark.functions.lpad(e: Union[Column, str], len: Union[Column, int], pad: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L1987-L2008)¶
Left-pads a string with characters from another string, or left-pads a binary value with bytes from another binary value.
Example: