snowflake.snowpark.functions.sha2¶
- snowflake.snowpark.functions.sha2(e: ColumnOrName, num_bits: int) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L978-L987)¶
Returns a hex-encoded string containing the N-bit SHA-2 message digest, where N is the specified output digest size.