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.1.0/src/snowflake/snowpark/functions.py#L2669-L2673)¶ Converts the input expression to a binary value. For NULL input, the output is NULL.