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