Skip to content

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.

ParameterType
columnColOrName

Column