Computes cryptographic hashes for a String column.
Simply speaking, it generates unique fingerprints for String contents.
It is practically impossible to find 2 different input values sharing the same hash value (collision resistence). Besides brute force attempts of trying many inputs, it is also practically impossible to restore the original content from the fingerprint (oneway function).
- Type: TableInput TableTable containing a String column to hash.