powered by
Calculates the SHA-1 digest of a binary column and returns the value as a 40 character hex string.
sha1(x)# S4 method for Column sha1(x)
# S4 method for Column sha1(x)
Column to compute on.
Other misc_funcs: crc32, hash, md5, monotonically_increasing_id, sha2
crc32
hash
md5
monotonically_increasing_id
sha2
# NOT RUN { sha1(df$c) # }
Run the code above in your browser using DataLab