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)
Other misc_funcs: crc32, hash, sha1, sha2
crc32
hash
sha1
sha2
## Not run: md5(df$c)