Module datafusion::functions::crypto::basic

source ·
Expand description

“crypto” DataFusion functions

Enums§

Functions§

  • computes blake2b hash digest of the given input
  • computes blake2s hash digest of the given input
  • computes blake3 hash digest of the given input
  • Digest computes a binary hash of the given data, accepts Utf8 or LargeUtf8 and returns a ColumnarValue. Second argument is the algorithm to use. Standard algorithms are md5, sha1, sha224, sha256, sha384 and sha512.
  • computes sha224 hash digest of the given input
  • computes sha256 hash digest of the given input
  • computes sha384 hash digest of the given input
  • computes sha512 hash digest of the given input