| crc32 {SparkR} | R Documentation | 
Calculates the cyclic redundancy check value (CRC32) of a binary column and returns the value as a bigint.
## S4 method for signature 'Column' crc32(x) crc32(x)
| x | Column to compute on. | 
crc32 since 1.5.0
Other misc_funcs: hash, hash,
hash,Column-method; md5,
md5, md5,Column-method;
monotonically_increasing_id,
monotonically_increasing_id,
monotonically_increasing_id,missing-method;
sha1, sha1,
sha1,Column-method; sha2,
sha2,
sha2,Column,numeric-method
## Not run: crc32(df$c)