crc32
function crc32(column): Column;Defined in: functions/hash.ts:34
Calculates the cyclic redundancy check value (CRC-32) of a binary column and returns the value as a bigint.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function crc32(column): Column;Defined in: functions/hash.ts:34
Calculates the cyclic redundancy check value (CRC-32) of a binary column and returns the value as a bigint.
| Parameter | Type |
|---|---|
column | ColOrName |