sha1 {SparkR} | R Documentation |
Calculates the SHA-1 digest of a binary column and returns the value as a 40 character hex string.
sha1(x) ## S4 method for signature 'Column' sha1(x)
Other misc_funcs: crc32
, hash
,
md5
, sha2
## Not run: sha1(df$c)