SparkR (version 2.1.2)

crc32: crc32

Description

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

Usage

crc32(x)

# S4 method for Column crc32(x)

Arguments

x

Column to compute on.

See Also

Other misc_funcs: hash, md5, monotonically_increasing_id, sha1, sha2

Examples

Run this code
# NOT RUN {
crc32(df$c)
# }

Run the code above in your browser using DataLab