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