sha2
function sha2(column, numBits): Column;Defined in: functions/hash.ts:19
Returns the hex string result of SHA-2 family of hash functions (SHA-224, SHA-256, SHA-384, and SHA-512).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
numBits | number |