Functions§

  • Spark compatible murmur3 hash (just hash in Spark) in vectorized execution fashion
  • sha224 function that simulates Spark’s sha2 expression with bit width 224
  • sha256 function that simulates Spark’s sha2 expression with bit width 0 or 256
  • sha384 function that simulates Spark’s sha2 expression with bit width 384
  • sha512 function that simulates Spark’s sha2 expression with bit width 512
  • Spark compatible xxhash64 in vectorized execution fashion