| md5 {SparkR} | R Documentation | 
Calculates the MD5 digest of a binary column and returns the value as a 32 character hex string.
md5(x) ## S4 method for signature 'Column' md5(x)
| x | Column to compute on. | 
md5 since 1.5.0
Other misc_funcs: crc32, hash,
monotonically_increasing_id,
sha1, sha2
## Not run: md5(df$c)