snowflake.snowpark.functions.to_binary¶
- snowflake.snowpark.functions.to_binary(e: ColumnOrName, fmt: str | None = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L4204-L4221)¶
Converts the input expression to a binary value. For NULL input, the output is NULL.
Example: