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