crc32 {SparkR}R Documentation

crc32

Description

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

Usage

## S4 method for signature 'Column'
crc32(x)

crc32(x)

See Also

Other misc_funcs: md5, md5; sha1, sha1; sha2, sha2

Examples

## Not run: crc32(df$c)

[Package SparkR version 1.5.1 Index]