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