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)
Other misc_funcs: hash
, hash
;
md5
, md5
; sha1
,
sha1
; sha2
,
sha2
## Not run: crc32(df$c)