spark_connect_rs::functions

Function crc32

Source
pub fn crc32(col: impl Into<Column>) -> Column
Expand description

Calculates the cyclic redundancy check value (CRC32) of a binary column and returns the value as a bigint.