crc32c

Function crc32c 

Source
pub fn crc32c(data: &[u8]) -> i64
Expand description

Computes the CRC-32C value of the given bytes.

query I
select crc32c(''::bytea);
----
0

query I
select crc32c('\x00'::bytea);
----
1383945041