powered by
Calculates the hash code of given columns, and returns the result as a int column.
hash(x, ...)# S4 method for Column hash(x, ...)
# S4 method for Column hash(x, ...)
Column to compute on.
additional Column(s) to be included.
Other misc_funcs: crc32, md5, monotonically_increasing_id, sha1, sha2
crc32
md5
monotonically_increasing_id
sha1
sha2
# NOT RUN { hash(df$c) # }
Run the code above in your browser using DataLab