snowflake.snowpark.functions.hex_decode_binary¶
- snowflake.snowpark.functions.hex_decode_binary(input_expr: Union[snowflake.snowpark.column.Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.48.0/src/snowflake/snowpark/_functions/scalar_functions.py#L961-L978)¶
Decodes a hex-encoded string to binary data.
- Parameters:
input_expr (
ColumnOrName) – the hex-encoded string to decode.- Returns:
the decoded binary data.
- Return type:
Column
Example: