You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.to_binary¶

snowflake.snowpark.functions.to_binary(e: ColumnOrName, fmt: str | None = None) → Column[source]¶

Converts the input expression to a binary value. For NULL input, the output is NULL.