hash {SparkR} | R Documentation |
Calculates the hash code of given columns, and returns the result as a int column.
## S4 method for signature 'Column' hash(x, ...) hash(x, ...)
Other misc_funcs: crc32
, crc32
;
md5
, md5
; sha1
,
sha1
; sha2
,
sha2
## Not run: hash(df$c)