md5 {SparkR}R Documentation

md5

Description

Calculates the MD5 digest of a binary column and returns the value as a 32 character hex string.

Usage

md5(x)

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

See Also

Other misc_funcs: crc32, hash, sha1, sha2

Examples

## Not run: md5(df$c)

[Package SparkR version 2.0.0 Index]