sha1 {SparkR}R Documentation

sha1

Description

Calculates the SHA-1 digest of a binary column and returns the value as a 40 character hex string.

Usage

## S4 method for signature 'Column'
sha1(x)

sha1(x)

See Also

Other misc_funcs: crc32, crc32; md5, md5; sha2, sha2

Examples

## Not run: sha1(df$c)

[Package SparkR version 1.6.0 Index]