CRC32
Returns the CRC32 checksum of x, where 'x' is expected to be a string and (if possible) is treated as one if it is not.
Syntax
CRC32( '<x>' )
Examples
SELECT CRC32('datalake');
┌───────────────────┐
│ crc32('datalake') │
├───────────────────┤
│ 2878859588 │
└───────────────────┘