hash
function hash(...columns): Column;Defined in: functions/hash.ts:24
Calculates the hash code of given columns, and returns the result as an int column.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…columns | ColOrName[] |
function hash(...columns): Column;Defined in: functions/hash.ts:24
Calculates the hash code of given columns, and returns the result as an int column.
| Parameter | Type |
|---|---|
…columns | ColOrName[] |