snowflake.snowpark.functions.base64_decode_string¶
- snowflake.snowpark.functions.base64_decode_string(e: Union[Column, str], alphabet: Optional[str] = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.1/snowpark-python/src/snowflake/snowpark/functions.py#L11376-L11403)¶
Decodes a Base64-encoded string to a string.
Example