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)

Arguments

x

Column to compute on.

Note

md5 since 1.5.0

See Also

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

Examples

## Not run: md5(df$c)

[Package SparkR version 2.2.2 Index]